Html Css Color HEX #AF0BCE Dark Violet

📋 copy color: '#AF0BCE'

red 175 ◦ green 11 ◦ blue 206

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

Shades of Dark Violet #AF0BCE

Tints of Dark Violet #AF0BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.55%

R = 44.64%
G = 2.81%
B = 52.55%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF0BCE (or 0xAF0BCE) is known color: Dark Violet. HEX triplet: AF, 0B and CE. RGB value is (175,11,206). Sum of RGB (Red+Green+Blue) = 175+11+206=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 11 (4.69% from 255 or 2.81% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF0BCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0BCE is #50F431. Grayscale: #515151. Windows color (decimal): -5305394 or 13503407. OLE color: 13503407.

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

Color convert

RGB 175 11 206 -
CMYK 0.15 0.95 0 0.19
HSL 290.46º 0.9% 0.43% -
HSV(B) 290.46º 0.95% 0.81% -
XYZ 28.94 13.81 59.53 -
YUV 82.27 197.83 194.14 -
System Red Green Blue C M Y K H S L
Decimal 175 11 206 0.15 0.95 0 0.19 290.46 0.9 0.43
Hex AF B CE F 5F 0 13 122 5A 2B
Octal 257 13 316 17 137 0 23 442 132 53
Binary 10101111 1011 11001110 1111 1011111 0 10011 100100010 1011010 101011

Color Harmonies of #AF0BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0BCE

Black with #AF0BCE

Text Example


Text Example

White with #AF0BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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