Html Css Color HEX #AF06DB Dark Violet

📋 copy color: '#AF06DB'

red 175 ◦ green 6 ◦ blue 219

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

Shades of Dark Violet #AF06DB

Tints of Dark Violet #AF06DB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.5%

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

R = 43.75%
G = 1.5%
B = 54.75%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF06DB (or 0xAF06DB) is known color: Dark Violet. HEX triplet: AF, 06 and DB. RGB value is (175,6,219). Sum of RGB (Red+Green+Blue) = 175+6+219=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 6 (2.73% from 255 or 1.5% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF06DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF06DB is #50F924. Grayscale: #505050. Windows color (decimal): -5306661 or 14354095. OLE color: 14354095.

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

Color convert

RGB 175 6 219 -
CMYK 0.20 0.97 0 0.14
HSL 287.61º 0.95% 0.44% -
HSV(B) 287.61º 0.97% 0.86% -
XYZ 30.53 14.36 68.18 -
YUV 80.81 205.99 195.18 -
System Red Green Blue C M Y K H S L
Decimal 175 6 219 0.20 0.97 0 0.14 287.61 0.95 0.44
Hex AF 6 DB 14 61 0 E 120 5F 2C
Octal 257 6 333 24 141 0 16 440 137 54
Binary 10101111 110 11011011 10100 1100001 0 1110 100100000 1011111 101100

Color Harmonies of #AF06DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF06DB

Black with #AF06DB

Text Example


Text Example

White with #AF06DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF06DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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