Html Css Color HEX #A258BC Deep Lilac

📋 copy color: '#A258BC'

red 162 ◦ green 88 ◦ blue 188

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

Shades of Deep Lilac #A258BC

Tints of Deep Lilac #A258BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.92%

R = 36.99%
G = 20.09%
B = 42.92%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A258BC (or 0xA258BC) is known color: Deep Lilac. HEX triplet: A2, 58 and BC. RGB value is (162,88,188). Sum of RGB (Red+Green+Blue) = 162+88+188=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 188 - color contains mainly: blue. Hex color #A258BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A258BC is #5DA743. Grayscale: #797979. Windows color (decimal): -6137668 or 12343458. OLE color: 12343458.

HSL color Cylindrical-coordinate representation of color #A258BC: hue angle of 284.4º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A258BC is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 88 188 -
CMYK 0.14 0.53 0 0.26
HSL 284.4º 0.43% 0.54% -
HSV(B) 284.4º 0.53% 0.74% -
XYZ 27.47 18.29 49.66 -
YUV 121.53 165.52 156.87 -
System Red Green Blue C M Y K H S L
Decimal 162 88 188 0.14 0.53 0 0.26 284.4 0.43 0.54
Hex A2 58 BC E 35 0 1A 11C 2B 36
Octal 242 130 274 16 65 0 32 434 53 66
Binary 10100010 1011000 10111100 1110 110101 0 11010 100011100 101011 110110

Color Harmonies of #A258BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A258BC

Black with #A258BC

Text Example


Text Example

White with #A258BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A258BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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