Html Css Color HEX #A502CE Dark Violet

📋 copy color: '#A502CE'

red 165 ◦ green 2 ◦ blue 206

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

Shades of Dark Violet #A502CE

Tints of Dark Violet #A502CE

RGB

 RED value IS 165 (64.84% from 255) = 44.24%

 GREEN value IS 2 (1.17% from 255) = 0.54%

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

R = 44.24%
G = 0.54%
B = 55.23%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A502CE (or 0xA502CE) is known color: Dark Violet. HEX triplet: A5, 02 and CE. RGB value is (165,2,206). Sum of RGB (Red+Green+Blue) = 165+2+206=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 2 (1.17% from 255 or 0.54% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #A502CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A502CE is #5AFD31. Grayscale: #494949. Windows color (decimal): -5963058 or 13501093. OLE color: 13501093.

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

Color convert

RGB 165 2 206 -
CMYK 0.20 0.99 0 0.19
HSL 287.94º 0.98% 0.41% -
HSV(B) 287.94º 0.99% 0.81% -
XYZ 26.68 12.5 59.4 -
YUV 73.99 202.5 192.91 -
System Red Green Blue C M Y K H S L
Decimal 165 2 206 0.20 0.99 0 0.19 287.94 0.98 0.41
Hex A5 2 CE 14 63 0 13 120 62 29
Octal 245 2 316 24 143 0 23 440 142 51
Binary 10100101 10 11001110 10100 1100011 0 10011 100100000 1100010 101001

Color Harmonies of #A502CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A502CE

Black with #A502CE

Text Example


Text Example

White with #A502CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A502CE; }

 p { color: rgb(165,2,206); }

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

background-color css

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

 a { background-color: rgb(165,2,206); }

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

border-color css

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

 span { border-color: rgb(165,2,206); }

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