Html Css Color HEX #A502BD Dark Violet

📋 copy color: '#A502BD'

red 165 ◦ green 2 ◦ blue 189

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

Shades of Dark Violet #A502BD

Tints of Dark Violet #A502BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.09%

R = 46.35%
G = 0.56%
B = 53.09%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A502BD (or 0xA502BD) is known color: Dark Violet. HEX triplet: A5, 02 and BD. RGB value is (165,2,189). Sum of RGB (Red+Green+Blue) = 165+2+189=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #A502BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A502BD is #5AFD42. Grayscale: #474747. Windows color (decimal): -5963075 or 12386981. OLE color: 12386981.

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

Color convert

RGB 165 2 189 -
CMYK 0.13 0.99 0 0.26
HSL 292.3º 0.98% 0.37% -
HSV(B) 292.3º 0.99% 0.74% -
XYZ 24.72 11.72 49.1 -
YUV 72.06 194 194.29 -
System Red Green Blue C M Y K H S L
Decimal 165 2 189 0.13 0.99 0 0.26 292.3 0.98 0.37
Hex A5 2 BD D 63 0 1A 124 62 25
Octal 245 2 275 15 143 0 32 444 142 45
Binary 10100101 10 10111101 1101 1100011 0 11010 100100100 1100010 100101

Color Harmonies of #A502BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A502BD

Black with #A502BD

Text Example


Text Example

White with #A502BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A502BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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