Html Css Color HEX #AF0BDE Dark Violet

📋 copy color: '#AF0BDE'

red 175 ◦ green 11 ◦ blue 222

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

Shades of Dark Violet #AF0BDE

Tints of Dark Violet #AF0BDE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.7%

 BLUE value IS 222 (87.11% from 255) = 54.41%

R = 42.89%
G = 2.7%
B = 54.41%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF0BDE (or 0xAF0BDE) is known color: Dark Violet. HEX triplet: AF, 0B and DE. RGB value is (175,11,222). Sum of RGB (Red+Green+Blue) = 175+11+222=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 11 (4.69% from 255 or 2.70% from 408); Blue value is 222 (87.11% from 255 or 54.41% from 408); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF0BDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0BDE is #50F421. Grayscale: #535353. Windows color (decimal): -5305378 or 14551983. OLE color: 14551983.

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

Color convert

RGB 175 11 222 -
CMYK 0.21 0.95 0 0.13
HSL 286.64º 0.91% 0.46% -
HSV(B) 286.64º 0.95% 0.87% -
XYZ 30.98 14.63 70.3 -
YUV 84.09 205.83 192.84 -
System Red Green Blue C M Y K H S L
Decimal 175 11 222 0.21 0.95 0 0.13 286.64 0.91 0.46
Hex AF B DE 15 5F 0 D 11F 5B 2E
Octal 257 13 336 25 137 0 15 437 133 56
Binary 10101111 1011 11011110 10101 1011111 0 1101 100011111 1011011 101110

Color Harmonies of #AF0BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0BDE

Black with #AF0BDE

Text Example


Text Example

White with #AF0BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0BDE; }

 p { color: rgb(175,11,222); }

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

background-color css

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

 a { background-color: rgb(175,11,222); }

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

border-color css

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

 span { border-color: rgb(175,11,222); }

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