Html Css Color HEX #AF18DF Dark Violet

📋 copy color: '#AF18DF'

red 175 ◦ green 24 ◦ blue 223

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

Shades of Dark Violet #AF18DF

Tints of Dark Violet #AF18DF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.69%

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

R = 41.47%
G = 5.69%
B = 52.84%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF18DF (or 0xAF18DF) is known color: Dark Violet. HEX triplet: AF, 18 and DF. RGB value is (175,24,223). Sum of RGB (Red+Green+Blue) = 175+24+223=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 24 (9.77% from 255 or 5.69% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF18DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF18DF is #50E720. Grayscale: #5B5B5B. Windows color (decimal): -5302049 or 14620847. OLE color: 14620847.

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

Color convert

RGB 175 24 223 -
CMYK 0.22 0.89 0 0.13
HSL 285.53º 0.81% 0.48% -
HSV(B) 285.53º 0.89% 0.87% -
XYZ 31.33 15.09 71.07 -
YUV 91.84 202.03 187.32 -
System Red Green Blue C M Y K H S L
Decimal 175 24 223 0.22 0.89 0 0.13 285.53 0.81 0.48
Hex AF 18 DF 16 59 0 D 11E 51 30
Octal 257 30 337 26 131 0 15 436 121 60
Binary 10101111 11000 11011111 10110 1011001 0 1101 100011110 1010001 110000

Color Harmonies of #AF18DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF18DF

Black with #AF18DF

Text Example


Text Example

White with #AF18DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF18DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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