Html Css Color HEX #AF0BDD Dark Violet

📋 copy color: '#AF0BDD'

red 175 ◦ green 11 ◦ blue 221

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

Shades of Dark Violet #AF0BDD

Tints of Dark Violet #AF0BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.3%

R = 43%
G = 2.7%
B = 54.3%

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

#AF0BDD (or 0xAF0BDD) is known color: Dark Violet. HEX triplet: AF, 0B and DD. RGB value is (175,11,221). Sum of RGB (Red+Green+Blue) = 175+11+221=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 11 (4.69% from 255 or 2.70% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF0BDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0BDD is #50F422. Grayscale: #535353. Windows color (decimal): -5305379 or 14486447. OLE color: 14486447.

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

Color convert

RGB 175 11 221 -
CMYK 0.21 0.95 0 0.13
HSL 286.86º 0.91% 0.45% -
HSV(B) 286.86º 0.95% 0.87% -
XYZ 30.85 14.57 69.59 -
YUV 83.98 205.33 192.92 -
System Red Green Blue C M Y K H S L
Decimal 175 11 221 0.21 0.95 0 0.13 286.86 0.91 0.45
Hex AF B DD 15 5F 0 D 11F 5B 2D
Octal 257 13 335 25 137 0 15 437 133 55
Binary 10101111 1011 11011101 10101 1011111 0 1101 100011111 1011011 101101

Color Harmonies of #AF0BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0BDD

Black with #AF0BDD

Text Example


Text Example

White with #AF0BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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