Html Css Color HEX #A502B7 Dark Violet

📋 copy color: '#A502B7'

red 165 ◦ green 2 ◦ blue 183

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

Shades of Dark Violet #A502B7

Tints of Dark Violet #A502B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 52.29%

R = 47.14%
G = 0.57%
B = 52.29%

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

#A502B7 (or 0xA502B7) is known color: Dark Violet. HEX triplet: A5, 02 and B7. RGB value is (165,2,183). Sum of RGB (Red+Green+Blue) = 165+2+183=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 183 (71.88% from 255 or 52.29% from 350); Max value from RGB is 183 - color contains mainly: blue. Hex color #A502B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A502B7 is #5AFD48. Grayscale: #464646. Windows color (decimal): -5963081 or 11993765. OLE color: 11993765.

HSL color Cylindrical-coordinate representation of color #A502B7: hue angle of 294.03º 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 #A502B7 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 165 2 183 -
CMYK 0.10 0.99 0 0.28
HSL 294.03º 0.98% 0.36% -
HSV(B) 294.03º 0.99% 0.72% -
XYZ 24.09 11.46 45.74 -
YUV 71.37 191 194.78 -
System Red Green Blue C M Y K H S L
Decimal 165 2 183 0.10 0.99 0 0.28 294.03 0.98 0.36
Hex A5 2 B7 A 63 0 1C 126 62 24
Octal 245 2 267 12 143 0 34 446 142 44
Binary 10100101 10 10110111 1010 1100011 0 11100 100100110 1100010 100100

Color Harmonies of #A502B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A502B7

Black with #A502B7

Text Example


Text Example

White with #A502B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A502B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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