Html Css Color HEX #A005CA Dark Violet

📋 copy color: '#A005CA'

red 160 ◦ green 5 ◦ blue 202

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

Shades of Dark Violet #A005CA

Tints of Dark Violet #A005CA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.36%

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

R = 43.6%
G = 1.36%
B = 55.04%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A005CA (or 0xA005CA) is known color: Dark Violet. HEX triplet: A0, 05 and CA. RGB value is (160,5,202). Sum of RGB (Red+Green+Blue) = 160+5+202=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 202 (79.30% from 255 or 55.04% from 367); Max value from RGB is 202 - color contains mainly: blue. Hex color #A005CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A005CA is #5FFA35. Grayscale: #494949. Windows color (decimal): -6289974 or 13239712. OLE color: 13239712.

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

Color convert

RGB 160 5 202 -
CMYK 0.21 0.98 0 0.21
HSL 287.21º 0.95% 0.41% -
HSV(B) 287.21º 0.98% 0.79% -
XYZ 25.21 11.85 56.83 -
YUV 73.8 200.35 189.48 -
System Red Green Blue C M Y K H S L
Decimal 160 5 202 0.21 0.98 0 0.21 287.21 0.95 0.41
Hex A0 5 CA 15 62 0 15 11F 5F 29
Octal 240 5 312 25 142 0 25 437 137 51
Binary 10100000 101 11001010 10101 1100010 0 10101 100011111 1011111 101001

Color Harmonies of #A005CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A005CA

Black with #A005CA

Text Example


Text Example

White with #A005CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A005CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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