Html Css Color HEX #A258BF Deep Lilac

📋 copy color: '#A258BF'

red 162 ◦ green 88 ◦ blue 191

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

Shades of Deep Lilac #A258BF

Tints of Deep Lilac #A258BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.31%

R = 36.73%
G = 19.95%
B = 43.31%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A258BF (or 0xA258BF) is known color: Deep Lilac. HEX triplet: A2, 58 and BF. RGB value is (162,88,191). Sum of RGB (Red+Green+Blue) = 162+88+191=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #A258BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A258BF is #5DA740. Grayscale: #797979. Windows color (decimal): -6137665 or 12540066. OLE color: 12540066.

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

Color convert

RGB 162 88 191 -
CMYK 0.15 0.54 0 0.25
HSL 283.11º 0.45% 0.55% -
HSV(B) 283.11º 0.54% 0.75% -
XYZ 27.79 18.42 51.38 -
YUV 121.87 167.02 156.62 -
System Red Green Blue C M Y K H S L
Decimal 162 88 191 0.15 0.54 0 0.25 283.11 0.45 0.55
Hex A2 58 BF F 36 0 19 11B 2D 37
Octal 242 130 277 17 66 0 31 433 55 67
Binary 10100010 1011000 10111111 1111 110110 0 11001 100011011 101101 110111

Color Harmonies of #A258BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A258BF

Black with #A258BF

Text Example


Text Example

White with #A258BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A258BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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