Html Css Color HEX #AF14DA Dark Violet

📋 copy color: '#AF14DA'

red 175 ◦ green 20 ◦ blue 218

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

Shades of Dark Violet #AF14DA

Tints of Dark Violet #AF14DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.78%

R = 42.37%
G = 4.84%
B = 52.78%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF14DA (or 0xAF14DA) is known color: Dark Violet. HEX triplet: AF, 14 and DA. RGB value is (175,20,218). Sum of RGB (Red+Green+Blue) = 175+20+218=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 20 (8.20% from 255 or 4.84% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF14DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF14DA is #50EB25. Grayscale: #585858. Windows color (decimal): -5303078 or 14292143. OLE color: 14292143.

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

Color convert

RGB 175 20 218 -
CMYK 0.20 0.91 0 0.15
HSL 286.97º 0.83% 0.47% -
HSV(B) 286.97º 0.91% 0.85% -
XYZ 30.58 14.68 67.55 -
YUV 88.92 200.85 189.4 -
System Red Green Blue C M Y K H S L
Decimal 175 20 218 0.20 0.91 0 0.15 286.97 0.83 0.47
Hex AF 14 DA 14 5B 0 F 11F 53 2F
Octal 257 24 332 24 133 0 17 437 123 57
Binary 10101111 10100 11011010 10100 1011011 0 1111 100011111 1010011 101111

Color Harmonies of #AF14DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF14DA

Black with #AF14DA

Text Example


Text Example

White with #AF14DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF14DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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