Html Css Color HEX #A258BA Deep Lilac

📋 copy color: '#A258BA'

red 162 ◦ green 88 ◦ blue 186

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

Shades of Deep Lilac #A258BA

Tints of Deep Lilac #A258BA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.18%

 BLUE value IS 186 (73.05% from 255) = 42.66%

R = 37.16%
G = 20.18%
B = 42.66%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A258BA (or 0xA258BA) is known color: Deep Lilac. HEX triplet: A2, 58 and BA. RGB value is (162,88,186). Sum of RGB (Red+Green+Blue) = 162+88+186=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #A258BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A258BA is #5DA745. Grayscale: #787878. Windows color (decimal): -6137670 or 12212386. OLE color: 12212386.

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

Color convert

RGB 162 88 186 -
CMYK 0.13 0.53 0 0.27
HSL 285.31º 0.42% 0.54% -
HSV(B) 285.31º 0.53% 0.73% -
XYZ 27.25 18.21 48.53 -
YUV 121.3 164.52 157.03 -
System Red Green Blue C M Y K H S L
Decimal 162 88 186 0.13 0.53 0 0.27 285.31 0.42 0.54
Hex A2 58 BA D 35 0 1B 11D 2A 36
Octal 242 130 272 15 65 0 33 435 52 66
Binary 10100010 1011000 10111010 1101 110101 0 11011 100011101 101010 110110

Color Harmonies of #A258BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A258BA

Black with #A258BA

Text Example


Text Example

White with #A258BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A258BA; }

 p { color: rgb(162,88,186); }

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

background-color css

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

 a { background-color: rgb(162,88,186); }

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

border-color css

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

 span { border-color: rgb(162,88,186); }

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