Html Css Color HEX #AF71CB Amethyst

📋 copy color: '#AF71CB'

red 175 ◦ green 113 ◦ blue 203

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

Shades of Amethyst #AF71CB

Tints of Amethyst #AF71CB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.01%

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

R = 35.64%
G = 23.01%
B = 41.34%

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

#AF71CB (or 0xAF71CB) is known color: Amethyst. HEX triplet: AF, 71 and CB. RGB value is (175,113,203). Sum of RGB (Red+Green+Blue) = 175+113+203=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 113 (44.53% from 255 or 23.01% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF71CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF71CB is #508E34. Grayscale: #8D8D8D. Windows color (decimal): -5279285 or 13332911. OLE color: 13332911.

HSL color Cylindrical-coordinate representation of color #AF71CB: hue angle of 281.33º 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 #AF71CB is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 113 203 -
CMYK 0.14 0.44 0 0.20
HSL 281.33º 0.46% 0.62% -
HSV(B) 281.33º 0.44% 0.8% -
XYZ 34.36 25.24 59.56 -
YUV 141.8 162.54 151.68 -
System Red Green Blue C M Y K H S L
Decimal 175 113 203 0.14 0.44 0 0.20 281.33 0.46 0.62
Hex AF 71 CB E 2C 0 14 119 2E 3E
Octal 257 161 313 16 54 0 24 431 56 76
Binary 10101111 1110001 11001011 1110 101100 0 10100 100011001 101110 111110

Color Harmonies of #AF71CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF71CB

Black with #AF71CB

Text Example


Text Example

White with #AF71CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF71CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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