Html Css Color HEX #AF71DB Amethyst

📋 copy color: '#AF71DB'

red 175 ◦ green 113 ◦ blue 219

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

Shades of Amethyst #AF71DB

Tints of Amethyst #AF71DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.2%

R = 34.52%
G = 22.29%
B = 43.2%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF71DB (or 0xAF71DB) is known color: Amethyst. HEX triplet: AF, 71 and DB. RGB value is (175,113,219). Sum of RGB (Red+Green+Blue) = 175+113+219=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF71DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF71DB is #508E24. Grayscale: #8F8F8F. Windows color (decimal): -5279269 or 14381487. OLE color: 14381487.

HSL color Cylindrical-coordinate representation of color #AF71DB: hue angle of 275.09º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF71DB is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 113 219 -
CMYK 0.20 0.48 0 0.14
HSL 275.09º 0.6% 0.65% -
HSV(B) 275.09º 0.48% 0.86% -
XYZ 36.37 26.04 70.13 -
YUV 143.62 170.54 150.38 -
System Red Green Blue C M Y K H S L
Decimal 175 113 219 0.20 0.48 0 0.14 275.09 0.6 0.65
Hex AF 71 DB 14 30 0 E 113 3C 41
Octal 257 161 333 24 60 0 16 423 74 101
Binary 10101111 1110001 11011011 10100 110000 0 1110 100010011 111100 1000001

Color Harmonies of #AF71DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF71DB

Black with #AF71DB

Text Example


Text Example

White with #AF71DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF71DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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