Html Css Color HEX #AF72CB Amethyst

📋 copy color: '#AF72CB'

red 175 ◦ green 114 ◦ blue 203

#AF72CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #AF72CB

Tints of Amethyst #AF72CB

RGB

 RED value IS 175 (68.75% from 255) = 35.57%

 GREEN value IS 114 (44.92% from 255) = 23.17%

 BLUE value IS 203 (79.69% from 255) = 41.26%

R = 35.57%
G = 23.17%
B = 41.26%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF72CB (or 0xAF72CB) is known color: Amethyst. HEX triplet: AF, 72 and CB. RGB value is (175,114,203). Sum of RGB (Red+Green+Blue) = 175+114+203=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF72CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF72CB is #508D34. Grayscale: #8E8E8E. Windows color (decimal): -5279029 or 13333167. OLE color: 13333167.

HSL color Cylindrical-coordinate representation of color #AF72CB: hue angle of 281.12º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF72CB is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 114 203 -
CMYK 0.14 0.44 0 0.20
HSL 281.12º 0.46% 0.62% -
HSV(B) 281.12º 0.44% 0.8% -
XYZ 34.48 25.46 59.6 -
YUV 142.39 162.21 151.26 -
System Red Green Blue C M Y K H S L
Decimal 175 114 203 0.14 0.44 0 0.20 281.12 0.46 0.62
Hex AF 72 CB E 2C 0 14 119 2E 3E
Octal 257 162 313 16 54 0 24 431 56 76
Binary 10101111 1110010 11001011 1110 101100 0 10100 100011001 101110 111110

Color Harmonies of #AF72CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF72CB

Black with #AF72CB

Text Example


Text Example

White with #AF72CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF72CB; }

 p { color: rgb(175,114,203); }

 H1.HeaderClassName
 {
   color: #AF72CB;
 }
 .AnyTagClassName
 {
   color: #AF72CB;
 }
</style>

background-color css

<style>
 a { background-color: #AF72CB; }

 a { background-color: rgb(175,114,203); }

 div.DivClassName
 {
   background-color: #AF72CB;
 }
 .BgClassName
 {
   background-color: #AF72CB;
 }
</style>

border-color css

<style>
 span { border-color: #AF72CB; }

 span { border-color: rgb(175,114,203); }

 td.TdClassName
 {
   border-color: #AF72CB;
 }
 .TagClassName
 {
   border-color: #AF72CB;
 }
</style>