Html Css Color HEX #A504B3 Dark Violet

📋 copy color: '#A504B3'

red 165 ◦ green 4 ◦ blue 179

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

Shades of Dark Violet #A504B3

Tints of Dark Violet #A504B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 51.44%

R = 47.41%
G = 1.15%
B = 51.44%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A504B3 (or 0xA504B3) is known color: Dark Violet. HEX triplet: A5, 04 and B3. RGB value is (165,4,179). Sum of RGB (Red+Green+Blue) = 165+4+179=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 179 (70.31% from 255 or 51.44% from 348); Max value from RGB is 179 - color contains mainly: blue. Hex color #A504B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A504B3 is #5AFB4C. Grayscale: #474747. Windows color (decimal): -5962573 or 11732133. OLE color: 11732133.

HSL color Cylindrical-coordinate representation of color #A504B3: hue angle of 295.2º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A504B3 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 165 4 179 -
CMYK 0.08 0.98 0 0.30
HSL 295.2º 0.96% 0.36% -
HSV(B) 295.2º 0.98% 0.7% -
XYZ 23.7 11.34 43.59 -
YUV 72.09 188.34 194.27 -
System Red Green Blue C M Y K H S L
Decimal 165 4 179 0.08 0.98 0 0.30 295.2 0.96 0.36
Hex A5 4 B3 8 62 0 1E 127 60 24
Octal 245 4 263 10 142 0 36 447 140 44
Binary 10100101 100 10110011 1000 1100010 0 11110 100100111 1100000 100100

Color Harmonies of #A504B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A504B3

Black with #A504B3

Text Example


Text Example

White with #A504B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A504B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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