Html Css Color HEX #AF0FDB Dark Violet

📋 copy color: '#AF0FDB'

red 175 ◦ green 15 ◦ blue 219

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

Shades of Dark Violet #AF0FDB

Tints of Dark Violet #AF0FDB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.67%

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

R = 42.79%
G = 3.67%
B = 53.55%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF0FDB (or 0xAF0FDB) is known color: Dark Violet. HEX triplet: AF, 0F and DB. RGB value is (175,15,219). Sum of RGB (Red+Green+Blue) = 175+15+219=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 15 (6.25% from 255 or 3.67% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF0FDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0FDB is #50F024. Grayscale: #555555. Windows color (decimal): -5304357 or 14356399. OLE color: 14356399.

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

Color convert

RGB 175 15 219 -
CMYK 0.20 0.93 0 0.14
HSL 287.06º 0.87% 0.46% -
HSV(B) 287.06º 0.93% 0.86% -
XYZ 30.64 14.57 68.22 -
YUV 86.1 203.01 191.41 -
System Red Green Blue C M Y K H S L
Decimal 175 15 219 0.20 0.93 0 0.14 287.06 0.87 0.46
Hex AF F DB 14 5D 0 E 11F 57 2E
Octal 257 17 333 24 135 0 16 437 127 56
Binary 10101111 1111 11011011 10100 1011101 0 1110 100011111 1010111 101110

Color Harmonies of #AF0FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0FDB

Black with #AF0FDB

Text Example


Text Example

White with #AF0FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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