Html Css Color HEX #A502BE Dark Violet

📋 copy color: '#A502BE'

red 165 ◦ green 2 ◦ blue 190

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

Shades of Dark Violet #A502BE

Tints of Dark Violet #A502BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.22%

R = 46.22%
G = 0.56%
B = 53.22%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A502BE (or 0xA502BE) is known color: Dark Violet. HEX triplet: A5, 02 and BE. RGB value is (165,2,190). Sum of RGB (Red+Green+Blue) = 165+2+190=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #A502BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A502BE is #5AFD41. Grayscale: #474747. Windows color (decimal): -5963074 or 12452517. OLE color: 12452517.

HSL color Cylindrical-coordinate representation of color #A502BE: hue angle of 292.02º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A502BE is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 2 190 -
CMYK 0.13 0.99 0 0.25
HSL 292.02º 0.98% 0.38% -
HSV(B) 292.02º 0.99% 0.75% -
XYZ 24.83 11.76 49.68 -
YUV 72.17 194.5 194.21 -
System Red Green Blue C M Y K H S L
Decimal 165 2 190 0.13 0.99 0 0.25 292.02 0.98 0.38
Hex A5 2 BE D 63 0 19 124 62 26
Octal 245 2 276 15 143 0 31 444 142 46
Binary 10100101 10 10111110 1101 1100011 0 11001 100100100 1100010 100110

Color Harmonies of #A502BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A502BE

Black with #A502BE

Text Example


Text Example

White with #A502BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A502BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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