Html Css Color HEX #A253BC Deep Lilac

📋 copy color: '#A253BC'

red 162 ◦ green 83 ◦ blue 188

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

Shades of Deep Lilac #A253BC

Tints of Deep Lilac #A253BC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.17%

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

R = 37.41%
G = 19.17%
B = 43.42%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A253BC (or 0xA253BC) is known color: Deep Lilac. HEX triplet: A2, 53 and BC. RGB value is (162,83,188). Sum of RGB (Red+Green+Blue) = 162+83+188=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #A253BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A253BC is #5DAC43. Grayscale: #767676. Windows color (decimal): -6138948 or 12342178. OLE color: 12342178.

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

Color convert

RGB 162 83 188 -
CMYK 0.14 0.56 0 0.26
HSL 285.14º 0.44% 0.53% -
HSV(B) 285.14º 0.56% 0.74% -
XYZ 27.07 17.5 49.53 -
YUV 118.59 167.17 158.96 -
System Red Green Blue C M Y K H S L
Decimal 162 83 188 0.14 0.56 0 0.26 285.14 0.44 0.53
Hex A2 53 BC E 38 0 1A 11D 2C 35
Octal 242 123 274 16 70 0 32 435 54 65
Binary 10100010 1010011 10111100 1110 111000 0 11010 100011101 101100 110101

Color Harmonies of #A253BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A253BC

Black with #A253BC

Text Example


Text Example

White with #A253BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A253BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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