Html Css Color HEX #A504CE Dark Violet

📋 copy color: '#A504CE'

red 165 ◦ green 4 ◦ blue 206

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

Shades of Dark Violet #A504CE

Tints of Dark Violet #A504CE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.07%

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

R = 44%
G = 1.07%
B = 54.93%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A504CE (or 0xA504CE) is known color: Dark Violet. HEX triplet: A5, 04 and CE. RGB value is (165,4,206). Sum of RGB (Red+Green+Blue) = 165+4+206=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #A504CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A504CE is #5AFB31. Grayscale: #4A4A4A. Windows color (decimal): -5962546 or 13501605. OLE color: 13501605.

HSL color Cylindrical-coordinate representation of color #A504CE: hue angle of 287.82º degrees, saturation: 0.96, 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 #A504CE is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 4 206 -
CMYK 0.20 0.98 0 0.19
HSL 287.82º 0.96% 0.41% -
HSV(B) 287.82º 0.98% 0.81% -
XYZ 26.7 12.54 59.41 -
YUV 75.17 201.84 192.07 -
System Red Green Blue C M Y K H S L
Decimal 165 4 206 0.20 0.98 0 0.19 287.82 0.96 0.41
Hex A5 4 CE 14 62 0 13 120 60 29
Octal 245 4 316 24 142 0 23 440 140 51
Binary 10100101 100 11001110 10100 1100010 0 10011 100100000 1100000 101001

Color Harmonies of #A504CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A504CE

Black with #A504CE

Text Example


Text Example

White with #A504CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A504CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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