Html Css Color HEX #A501CF Dark Violet

📋 copy color: '#A501CF'

red 165 ◦ green 1 ◦ blue 207

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

Shades of Dark Violet #A501CF

Tints of Dark Violet #A501CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.5%

R = 44.24%
G = 0.27%
B = 55.5%

CMYK

 C value IS 0.20

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A501CF (or 0xA501CF) is known color: Dark Violet. HEX triplet: A5, 01 and CF. RGB value is (165,1,207). Sum of RGB (Red+Green+Blue) = 165+1+207=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 1 (0.78% from 255 or 0.27% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #A501CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A501CF is #5AFE30. Grayscale: #484848. Windows color (decimal): -5963313 or 13566373. OLE color: 13566373.

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

Color convert

RGB 165 1 207 -
CMYK 0.20 1.00 0 0.19
HSL 287.77º 0.99% 0.41% -
HSV(B) 287.77º 1% 0.81% -
XYZ 26.79 12.53 60.04 -
YUV 73.52 203.33 193.25 -
System Red Green Blue C M Y K H S L
Decimal 165 1 207 0.20 1.00 0 0.19 287.77 0.99 0.41
Hex A5 1 CF 14 64 0 13 120 63 29
Octal 245 1 317 24 144 0 23 440 143 51
Binary 10100101 1 11001111 10100 1100100 0 10011 100100000 1100011 101001

Color Harmonies of #A501CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A501CF

Black with #A501CF

Text Example


Text Example

White with #A501CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A501CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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