Html Css Color HEX #A215BB Dark Violet

📋 copy color: '#A215BB'

red 162 ◦ green 21 ◦ blue 187

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

Shades of Dark Violet #A215BB

Tints of Dark Violet #A215BB

RGB

 RED value IS 162 (63.67% from 255) = 43.78%

 GREEN value IS 21 (8.59% from 255) = 5.68%

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

R = 43.78%
G = 5.68%
B = 50.54%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A215BB (or 0xA215BB) is known color: Dark Violet. HEX triplet: A2, 15 and BB. RGB value is (162,21,187). Sum of RGB (Red+Green+Blue) = 162+21+187=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #A215BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A215BB is #5DEA44. Grayscale: #515151. Windows color (decimal): -6154821 or 12260770. OLE color: 12260770.

HSL color Cylindrical-coordinate representation of color #A215BB: hue angle of 290.96º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A215BB is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 21 187 -
CMYK 0.13 0.89 0 0.27
HSL 290.96º 0.8% 0.41% -
HSV(B) 290.96º 0.89% 0.73% -
XYZ 24.14 11.81 48.02 -
YUV 82.08 187.21 185 -
System Red Green Blue C M Y K H S L
Decimal 162 21 187 0.13 0.89 0 0.27 290.96 0.8 0.41
Hex A2 15 BB D 59 0 1B 123 50 29
Octal 242 25 273 15 131 0 33 443 120 51
Binary 10100010 10101 10111011 1101 1011001 0 11011 100100011 1010000 101001

Color Harmonies of #A215BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A215BB

Black with #A215BB

Text Example


Text Example

White with #A215BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A215BB; }

 p { color: rgb(162,21,187); }

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

background-color css

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

 a { background-color: rgb(162,21,187); }

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

border-color css

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

 span { border-color: rgb(162,21,187); }

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