Html Css Color HEX #A501CC Dark Violet

📋 copy color: '#A501CC'

red 165 ◦ green 1 ◦ blue 204

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

Shades of Dark Violet #A501CC

Tints of Dark Violet #A501CC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 204 (80.08% from 255) = 55.14%

R = 44.59%
G = 0.27%
B = 55.14%

CMYK

 C value IS 0.19

 M value IS 1.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A501CC (or 0xA501CC) is known color: Dark Violet. HEX triplet: A5, 01 and CC. RGB value is (165,1,204). Sum of RGB (Red+Green+Blue) = 165+1+204=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #A501CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A501CC is #5AFE33. Grayscale: #484848. Windows color (decimal): -5963316 or 13369765. OLE color: 13369765.

HSL color Cylindrical-coordinate representation of color #A501CC: hue angle of 288.47º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A501CC is Cyan = 0.19, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 1 204 -
CMYK 0.19 1.00 0 0.2
HSL 288.47º 0.99% 0.4% -
HSV(B) 288.47º 1% 0.8% -
XYZ 26.43 12.38 58.12 -
YUV 73.18 201.83 193.49 -
System Red Green Blue C M Y K H S L
Decimal 165 1 204 0.19 1.00 0 0.2 288.47 0.99 0.4
Hex A5 1 CC 13 64 0 14 120 63 28
Octal 245 1 314 23 144 0 24 440 143 50
Binary 10100101 1 11001100 10011 1100100 0 10100 100100000 1100011 101000

Color Harmonies of #A501CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A501CC

Black with #A501CC

Text Example


Text Example

White with #A501CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A501CC; }

 p { color: rgb(165,1,204); }

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

background-color css

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

 a { background-color: rgb(165,1,204); }

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

border-color css

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

 span { border-color: rgb(165,1,204); }

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