Html Css Color HEX #A215BE Dark Violet

📋 copy color: '#A215BE'

red 162 ◦ green 21 ◦ blue 190

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

Shades of Dark Violet #A215BE

Tints of Dark Violet #A215BE

RGB

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

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

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

R = 43.43%
G = 5.63%
B = 50.94%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A215BE (or 0xA215BE) is known color: Dark Violet. HEX triplet: A2, 15 and BE. RGB value is (162,21,190). Sum of RGB (Red+Green+Blue) = 162+21+190=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #A215BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A215BE is #5DEA41. Grayscale: #515151. Windows color (decimal): -6154818 or 12457378. OLE color: 12457378.

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

Color convert

RGB 162 21 190 -
CMYK 0.15 0.89 0 0.25
HSL 290.06º 0.8% 0.41% -
HSV(B) 290.06º 0.89% 0.75% -
XYZ 24.46 11.94 49.73 -
YUV 82.43 188.71 184.76 -
System Red Green Blue C M Y K H S L
Decimal 162 21 190 0.15 0.89 0 0.25 290.06 0.8 0.41
Hex A2 15 BE F 59 0 19 122 50 29
Octal 242 25 276 17 131 0 31 442 120 51
Binary 10100010 10101 10111110 1111 1011001 0 11001 100100010 1010000 101001

Color Harmonies of #A215BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A215BE

Black with #A215BE

Text Example


Text Example

White with #A215BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A215BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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