Html Css Color HEX #A504CF Dark Violet

📋 copy color: '#A504CF'

red 165 ◦ green 4 ◦ blue 207

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

Shades of Dark Violet #A504CF

Tints of Dark Violet #A504CF

RGB

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

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

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

R = 43.88%
G = 1.06%
B = 55.05%

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

#A504CF (or 0xA504CF) is known color: Dark Violet. HEX triplet: A5, 04 and CF. RGB value is (165,4,207). Sum of RGB (Red+Green+Blue) = 165+4+207=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 4 (1.95% from 255 or 1.06% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #A504CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A504CF is #5AFB30. Grayscale: #4A4A4A. Windows color (decimal): -5962545 or 13567141. OLE color: 13567141.

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

Color convert

RGB 165 4 207 -
CMYK 0.20 0.98 0 0.19
HSL 287.59º 0.96% 0.41% -
HSV(B) 287.59º 0.98% 0.81% -
XYZ 26.82 12.59 60.05 -
YUV 75.28 202.34 191.99 -
System Red Green Blue C M Y K H S L
Decimal 165 4 207 0.20 0.98 0 0.19 287.59 0.96 0.41
Hex A5 4 CF 14 62 0 13 120 60 29
Octal 245 4 317 24 142 0 23 440 140 51
Binary 10100101 100 11001111 10100 1100010 0 10011 100100000 1100000 101001

Color Harmonies of #A504CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A504CF

Black with #A504CF

Text Example


Text Example

White with #A504CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A504CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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