Html Css Color HEX #A502B8 Dark Violet

📋 copy color: '#A502B8'

red 165 ◦ green 2 ◦ blue 184

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

Shades of Dark Violet #A502B8

Tints of Dark Violet #A502B8

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

 BLUE value IS 184 (72.27% from 255) = 52.42%

R = 47.01%
G = 0.57%
B = 52.42%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A502B8 (or 0xA502B8) is known color: Dark Violet. HEX triplet: A5, 02 and B8. RGB value is (165,2,184). Sum of RGB (Red+Green+Blue) = 165+2+184=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 184 (72.27% from 255 or 52.42% from 351); Max value from RGB is 184 - color contains mainly: blue. Hex color #A502B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A502B8 is #5AFD47. Grayscale: #464646. Windows color (decimal): -5963080 or 12059301. OLE color: 12059301.

HSL color Cylindrical-coordinate representation of color #A502B8: hue angle of 293.74º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A502B8 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 165 2 184 -
CMYK 0.10 0.99 0 0.28
HSL 293.74º 0.98% 0.36% -
HSV(B) 293.74º 0.99% 0.72% -
XYZ 24.19 11.5 46.29 -
YUV 71.49 191.5 194.7 -
System Red Green Blue C M Y K H S L
Decimal 165 2 184 0.10 0.99 0 0.28 293.74 0.98 0.36
Hex A5 2 B8 A 63 0 1C 126 62 24
Octal 245 2 270 12 143 0 34 446 142 44
Binary 10100101 10 10111000 1010 1100011 0 11100 100100110 1100010 100100

Color Harmonies of #A502B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A502B8

Black with #A502B8

Text Example


Text Example

White with #A502B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A502B8; }

 p { color: rgb(165,2,184); }

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

background-color css

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

 a { background-color: rgb(165,2,184); }

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

border-color css

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

 span { border-color: rgb(165,2,184); }

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