Html Css Color HEX #AF0BDA Dark Violet

📋 copy color: '#AF0BDA'

red 175 ◦ green 11 ◦ blue 218

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

Shades of Dark Violet #AF0BDA

Tints of Dark Violet #AF0BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.96%

R = 43.32%
G = 2.72%
B = 53.96%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF0BDA (or 0xAF0BDA) is known color: Dark Violet. HEX triplet: AF, 0B and DA. RGB value is (175,11,218). Sum of RGB (Red+Green+Blue) = 175+11+218=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 11 (4.69% from 255 or 2.72% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF0BDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0BDA is #50F425. Grayscale: #525252. Windows color (decimal): -5305382 or 14289839. OLE color: 14289839.

HSL color Cylindrical-coordinate representation of color #AF0BDA: hue angle of 287.54º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0BDA is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 11 218 -
CMYK 0.20 0.95 0 0.15
HSL 287.54º 0.9% 0.45% -
HSV(B) 287.54º 0.95% 0.85% -
XYZ 30.45 14.42 67.51 -
YUV 83.63 203.83 193.17 -
System Red Green Blue C M Y K H S L
Decimal 175 11 218 0.20 0.95 0 0.15 287.54 0.9 0.45
Hex AF B DA 14 5F 0 F 120 5A 2D
Octal 257 13 332 24 137 0 17 440 132 55
Binary 10101111 1011 11011010 10100 1011111 0 1111 100100000 1011010 101101

Color Harmonies of #AF0BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0BDA

Black with #AF0BDA

Text Example


Text Example

White with #AF0BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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