Html Css Color HEX #A502BB Dark Violet

📋 copy color: '#A502BB'

red 165 ◦ green 2 ◦ blue 187

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

Shades of Dark Violet #A502BB

Tints of Dark Violet #A502BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.82%

R = 46.61%
G = 0.56%
B = 52.82%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A502BB (or 0xA502BB) is known color: Dark Violet. HEX triplet: A5, 02 and BB. RGB value is (165,2,187). Sum of RGB (Red+Green+Blue) = 165+2+187=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #A502BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A502BB is #5AFD44. Grayscale: #474747. Windows color (decimal): -5963077 or 12255909. OLE color: 12255909.

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

Color convert

RGB 165 2 187 -
CMYK 0.12 0.99 0 0.27
HSL 292.86º 0.98% 0.37% -
HSV(B) 292.86º 0.99% 0.73% -
XYZ 24.51 11.63 47.97 -
YUV 71.83 193 194.46 -
System Red Green Blue C M Y K H S L
Decimal 165 2 187 0.12 0.99 0 0.27 292.86 0.98 0.37
Hex A5 2 BB C 63 0 1B 125 62 25
Octal 245 2 273 14 143 0 33 445 142 45
Binary 10100101 10 10111011 1100 1100011 0 11011 100100101 1100010 100101

Color Harmonies of #A502BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A502BB

Black with #A502BB

Text Example


Text Example

White with #A502BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A502BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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