Html Css Color HEX #A258BE Deep Lilac

📋 copy color: '#A258BE'

red 162 ◦ green 88 ◦ blue 190

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

Shades of Deep Lilac #A258BE

Tints of Deep Lilac #A258BE

RGB

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

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

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

R = 36.82%
G = 20%
B = 43.18%

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

#A258BE (or 0xA258BE) is known color: Deep Lilac. HEX triplet: A2, 58 and BE. RGB value is (162,88,190). Sum of RGB (Red+Green+Blue) = 162+88+190=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #A258BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A258BE is #5DA741. Grayscale: #797979. Windows color (decimal): -6137666 or 12474530. OLE color: 12474530.

HSL color Cylindrical-coordinate representation of color #A258BE: hue angle of 283.53º degrees, saturation: 0.44, 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 #A258BE is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 88 190 -
CMYK 0.15 0.54 0 0.25
HSL 283.53º 0.44% 0.55% -
HSV(B) 283.53º 0.54% 0.75% -
XYZ 27.68 18.38 50.8 -
YUV 121.75 166.52 156.71 -
System Red Green Blue C M Y K H S L
Decimal 162 88 190 0.15 0.54 0 0.25 283.53 0.44 0.55
Hex A2 58 BE F 36 0 19 11C 2C 37
Octal 242 130 276 17 66 0 31 434 54 67
Binary 10100010 1011000 10111110 1111 110110 0 11001 100011100 101100 110111

Color Harmonies of #A258BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A258BE

Black with #A258BE

Text Example


Text Example

White with #A258BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A258BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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