Html Css Color HEX #A00FCB Dark Violet

📋 copy color: '#A00FCB'

red 160 ◦ green 15 ◦ blue 203

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

Shades of Dark Violet #A00FCB

Tints of Dark Violet #A00FCB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.97%

 BLUE value IS 203 (79.69% from 255) = 53.7%

R = 42.33%
G = 3.97%
B = 53.7%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A00FCB (or 0xA00FCB) is known color: Dark Violet. HEX triplet: A0, 0F and CB. RGB value is (160,15,203). Sum of RGB (Red+Green+Blue) = 160+15+203=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 15 (6.25% from 255 or 3.97% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #A00FCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00FCB is #5FF034. Grayscale: #4F4F4F. Windows color (decimal): -6287413 or 13307808. OLE color: 13307808.

HSL color Cylindrical-coordinate representation of color #A00FCB: hue angle of 286.28º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00FCB is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 15 203 -
CMYK 0.21 0.93 0 0.20
HSL 286.28º 0.86% 0.43% -
HSV(B) 286.28º 0.93% 0.8% -
XYZ 25.45 12.13 57.5 -
YUV 79.79 197.54 185.21 -
System Red Green Blue C M Y K H S L
Decimal 160 15 203 0.21 0.93 0 0.20 286.28 0.86 0.43
Hex A0 F CB 15 5D 0 14 11E 56 2B
Octal 240 17 313 25 135 0 24 436 126 53
Binary 10100000 1111 11001011 10101 1011101 0 10100 100011110 1010110 101011

Color Harmonies of #A00FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00FCB

Black with #A00FCB

Text Example


Text Example

White with #A00FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00FCB; }

 p { color: rgb(160,15,203); }

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

background-color css

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

 a { background-color: rgb(160,15,203); }

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

border-color css

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

 span { border-color: rgb(160,15,203); }

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