Html Css Color HEX #AF14DB Dark Violet

📋 copy color: '#AF14DB'

red 175 ◦ green 20 ◦ blue 219

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

Shades of Dark Violet #AF14DB

Tints of Dark Violet #AF14DB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.83%

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

R = 42.27%
G = 4.83%
B = 52.9%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF14DB (or 0xAF14DB) is known color: Dark Violet. HEX triplet: AF, 14 and DB. RGB value is (175,20,219). Sum of RGB (Red+Green+Blue) = 175+20+219=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 20 (8.20% from 255 or 4.83% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF14DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF14DB is #50EB24. Grayscale: #585858. Windows color (decimal): -5303077 or 14357679. OLE color: 14357679.

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

Color convert

RGB 175 20 219 -
CMYK 0.20 0.91 0 0.14
HSL 286.73º 0.83% 0.47% -
HSV(B) 286.73º 0.91% 0.86% -
XYZ 30.72 14.73 68.24 -
YUV 89.03 201.35 189.32 -
System Red Green Blue C M Y K H S L
Decimal 175 20 219 0.20 0.91 0 0.14 286.73 0.83 0.47
Hex AF 14 DB 14 5B 0 E 11F 53 2F
Octal 257 24 333 24 133 0 16 437 123 57
Binary 10101111 10100 11011011 10100 1011011 0 1110 100011111 1010011 101111

Color Harmonies of #AF14DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF14DB

Black with #AF14DB

Text Example


Text Example

White with #AF14DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF14DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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