Html Css Color HEX #A501CB Dark Violet

📋 copy color: '#A501CB'

red 165 ◦ green 1 ◦ blue 203

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

Shades of Dark Violet #A501CB

Tints of Dark Violet #A501CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.01%

R = 44.72%
G = 0.27%
B = 55.01%

CMYK

 C value IS 0.19

 M value IS 1.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A501CB (or 0xA501CB) is known color: Dark Violet. HEX triplet: A5, 01 and CB. RGB value is (165,1,203). Sum of RGB (Red+Green+Blue) = 165+1+203=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #A501CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A501CB is #5AFE34. Grayscale: #484848. Windows color (decimal): -5963317 or 13304229. OLE color: 13304229.

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

Color convert

RGB 165 1 203 -
CMYK 0.19 1.00 0 0.20
HSL 288.71º 0.99% 0.4% -
HSV(B) 288.71º 1% 0.8% -
XYZ 26.31 12.33 57.49 -
YUV 73.06 201.33 193.57 -
System Red Green Blue C M Y K H S L
Decimal 165 1 203 0.19 1.00 0 0.20 288.71 0.99 0.4
Hex A5 1 CB 13 64 0 14 121 63 28
Octal 245 1 313 23 144 0 24 441 143 50
Binary 10100101 1 11001011 10011 1100100 0 10100 100100001 1100011 101000

Color Harmonies of #A501CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A501CB

Black with #A501CB

Text Example


Text Example

White with #A501CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A501CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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