Html Css Color HEX #AF14DF Dark Violet

📋 copy color: '#AF14DF'

red 175 ◦ green 20 ◦ blue 223

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

Shades of Dark Violet #AF14DF

Tints of Dark Violet #AF14DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.35%

R = 41.87%
G = 4.78%
B = 53.35%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF14DF (or 0xAF14DF) is known color: Dark Violet. HEX triplet: AF, 14 and DF. RGB value is (175,20,223). Sum of RGB (Red+Green+Blue) = 175+20+223=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 20 (8.20% from 255 or 4.78% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF14DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF14DF is #50EB20. Grayscale: #585858. Windows color (decimal): -5303073 or 14619823. OLE color: 14619823.

HSL color Cylindrical-coordinate representation of color #AF14DF: hue angle of 285.81º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF14DF is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 20 223 -
CMYK 0.22 0.91 0 0.13
HSL 285.81º 0.84% 0.48% -
HSV(B) 285.81º 0.91% 0.87% -
XYZ 31.25 14.94 71.05 -
YUV 89.49 203.35 188.99 -
System Red Green Blue C M Y K H S L
Decimal 175 20 223 0.22 0.91 0 0.13 285.81 0.84 0.48
Hex AF 14 DF 16 5B 0 D 11E 54 30
Octal 257 24 337 26 133 0 15 436 124 60
Binary 10101111 10100 11011111 10110 1011011 0 1101 100011110 1010100 110000

Color Harmonies of #AF14DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF14DF

Black with #AF14DF

Text Example


Text Example

White with #AF14DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF14DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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