Html Css Color HEX #A005CE Dark Violet

📋 copy color: '#A005CE'

red 160 ◦ green 5 ◦ blue 206

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

Shades of Dark Violet #A005CE

Tints of Dark Violet #A005CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.53%

R = 43.13%
G = 1.35%
B = 55.53%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A005CE (or 0xA005CE) is known color: Dark Violet. HEX triplet: A0, 05 and CE. RGB value is (160,5,206). Sum of RGB (Red+Green+Blue) = 160+5+206=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 5 (2.34% from 255 or 1.35% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #A005CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A005CE is #5FFA31. Grayscale: #494949. Windows color (decimal): -6289970 or 13501856. OLE color: 13501856.

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

Color convert

RGB 160 5 206 -
CMYK 0.22 0.98 0 0.19
HSL 286.27º 0.95% 0.41% -
HSV(B) 286.27º 0.98% 0.81% -
XYZ 25.69 12.04 59.36 -
YUV 74.26 202.35 189.16 -
System Red Green Blue C M Y K H S L
Decimal 160 5 206 0.22 0.98 0 0.19 286.27 0.95 0.41
Hex A0 5 CE 16 62 0 13 11E 5F 29
Octal 240 5 316 26 142 0 23 436 137 51
Binary 10100000 101 11001110 10110 1100010 0 10011 100011110 1011111 101001

Color Harmonies of #A005CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A005CE

Black with #A005CE

Text Example


Text Example

White with #A005CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A005CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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