Html Css Color HEX #AF0BCF Dark Violet

📋 copy color: '#AF0BCF'

red 175 ◦ green 11 ◦ blue 207

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

Shades of Dark Violet #AF0BCF

Tints of Dark Violet #AF0BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.67%

R = 44.53%
G = 2.8%
B = 52.67%

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

#AF0BCF (or 0xAF0BCF) is known color: Dark Violet. HEX triplet: AF, 0B and CF. RGB value is (175,11,207). Sum of RGB (Red+Green+Blue) = 175+11+207=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 11 (4.69% from 255 or 2.80% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF0BCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0BCF is #50F430. Grayscale: #515151. Windows color (decimal): -5305393 or 13568943. OLE color: 13568943.

HSL color Cylindrical-coordinate representation of color #AF0BCF: hue angle of 290.2º 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 #AF0BCF is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 11 207 -
CMYK 0.15 0.95 0 0.19
HSL 290.2º 0.9% 0.43% -
HSV(B) 290.2º 0.95% 0.81% -
XYZ 29.06 13.86 60.17 -
YUV 82.38 198.33 194.06 -
System Red Green Blue C M Y K H S L
Decimal 175 11 207 0.15 0.95 0 0.19 290.2 0.9 0.43
Hex AF B CF F 5F 0 13 122 5A 2B
Octal 257 13 317 17 137 0 23 442 132 53
Binary 10101111 1011 11001111 1111 1011111 0 10011 100100010 1011010 101011

Color Harmonies of #AF0BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0BCF

Black with #AF0BCF

Text Example


Text Example

White with #AF0BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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