Html Css Color HEX #A00FCA Dark Violet

📋 copy color: '#A00FCA'

red 160 ◦ green 15 ◦ blue 202

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

Shades of Dark Violet #A00FCA

Tints of Dark Violet #A00FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 53.58%

R = 42.44%
G = 3.98%
B = 53.58%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A00FCA (or 0xA00FCA) is known color: Dark Violet. HEX triplet: A0, 0F and CA. RGB value is (160,15,202). Sum of RGB (Red+Green+Blue) = 160+15+202=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 202 (79.30% from 255 or 53.58% from 377); Max value from RGB is 202 - color contains mainly: blue. Hex color #A00FCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00FCA is #5FF035. Grayscale: #4F4F4F. Windows color (decimal): -6287414 or 13242272. OLE color: 13242272.

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

Color convert

RGB 160 15 202 -
CMYK 0.21 0.93 0 0.21
HSL 286.52º 0.86% 0.43% -
HSV(B) 286.52º 0.93% 0.79% -
XYZ 25.33 12.08 56.87 -
YUV 79.67 197.04 185.29 -
System Red Green Blue C M Y K H S L
Decimal 160 15 202 0.21 0.93 0 0.21 286.52 0.86 0.43
Hex A0 F CA 15 5D 0 15 11F 56 2B
Octal 240 17 312 25 135 0 25 437 126 53
Binary 10100000 1111 11001010 10101 1011101 0 10101 100011111 1010110 101011

Color Harmonies of #A00FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00FCA

Black with #A00FCA

Text Example


Text Example

White with #A00FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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