Html Css Color HEX #A00BCF Dark Violet

📋 copy color: '#A00BCF'

red 160 ◦ green 11 ◦ blue 207

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

Shades of Dark Violet #A00BCF

Tints of Dark Violet #A00BCF

RGB

 RED value IS 160 (62.89% from 255) = 42.33%

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

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

R = 42.33%
G = 2.91%
B = 54.76%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A00BCF (or 0xA00BCF) is known color: Dark Violet. HEX triplet: A0, 0B and CF. RGB value is (160,11,207). Sum of RGB (Red+Green+Blue) = 160+11+207=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 11 (4.69% from 255 or 2.91% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #A00BCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00BCF is #5FF430. Grayscale: #4D4D4D. Windows color (decimal): -6288433 or 13568928. OLE color: 13568928.

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

Color convert

RGB 160 11 207 -
CMYK 0.23 0.95 0 0.19
HSL 285.61º 0.9% 0.43% -
HSV(B) 285.61º 0.95% 0.81% -
XYZ 25.88 12.22 60.03 -
YUV 77.9 200.86 186.56 -
System Red Green Blue C M Y K H S L
Decimal 160 11 207 0.23 0.95 0 0.19 285.61 0.9 0.43
Hex A0 B CF 17 5F 0 13 11E 5A 2B
Octal 240 13 317 27 137 0 23 436 132 53
Binary 10100000 1011 11001111 10111 1011111 0 10011 100011110 1011010 101011

Color Harmonies of #A00BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00BCF

Black with #A00BCF

Text Example


Text Example

White with #A00BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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