Html Css Color HEX #A55ABC Deep Lilac

📋 copy color: '#A55ABC'

red 165 ◦ green 90 ◦ blue 188

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

Shades of Deep Lilac #A55ABC

Tints of Deep Lilac #A55ABC

RGB

 RED value IS 165 (64.84% from 255) = 37.25%

 GREEN value IS 90 (35.55% from 255) = 20.32%

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

R = 37.25%
G = 20.32%
B = 42.44%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A55ABC (or 0xA55ABC) is known color: Deep Lilac. HEX triplet: A5, 5A and BC. RGB value is (165,90,188). Sum of RGB (Red+Green+Blue) = 165+90+188=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #A55ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55ABC is #5AA543. Grayscale: #7B7B7B. Windows color (decimal): -5940548 or 12343973. OLE color: 12343973.

HSL color Cylindrical-coordinate representation of color #A55ABC: hue angle of 285.92º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A55ABC is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 90 188 -
CMYK 0.12 0.52 0 0.26
HSL 285.92º 0.42% 0.55% -
HSV(B) 285.92º 0.52% 0.74% -
XYZ 28.25 18.94 49.74 -
YUV 123.6 164.35 157.53 -
System Red Green Blue C M Y K H S L
Decimal 165 90 188 0.12 0.52 0 0.26 285.92 0.42 0.55
Hex A5 5A BC C 34 0 1A 11E 2A 37
Octal 245 132 274 14 64 0 32 436 52 67
Binary 10100101 1011010 10111100 1100 110100 0 11010 100011110 101010 110111

Color Harmonies of #A55ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55ABC

Black with #A55ABC

Text Example


Text Example

White with #A55ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55ABC; }

 p { color: rgb(165,90,188); }

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

background-color css

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

 a { background-color: rgb(165,90,188); }

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

border-color css

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

 span { border-color: rgb(165,90,188); }

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