Html Css Color HEX #A65ACB Deep Lilac

📋 copy color: '#A65ACB'

red 166 ◦ green 90 ◦ blue 203

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

Shades of Deep Lilac #A65ACB

Tints of Deep Lilac #A65ACB

RGB

 RED value IS 166 (65.23% from 255) = 36.17%

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

 BLUE value IS 203 (79.69% from 255) = 44.23%

R = 36.17%
G = 19.61%
B = 44.23%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A65ACB (or 0xA65ACB) is known color: Deep Lilac. HEX triplet: A6, 5A and CB. RGB value is (166,90,203). Sum of RGB (Red+Green+Blue) = 166+90+203=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #A65ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65ACB is #59A534. Grayscale: #7D7D7D. Windows color (decimal): -5874997 or 13327014. OLE color: 13327014.

HSL color Cylindrical-coordinate representation of color #A65ACB: hue angle of 280.35º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A65ACB is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 90 203 -
CMYK 0.18 0.56 0 0.20
HSL 280.35º 0.52% 0.57% -
HSV(B) 280.35º 0.56% 0.8% -
XYZ 30.16 19.73 58.72 -
YUV 125.61 171.68 156.81 -
System Red Green Blue C M Y K H S L
Decimal 166 90 203 0.18 0.56 0 0.20 280.35 0.52 0.57
Hex A6 5A CB 12 38 0 14 118 34 39
Octal 246 132 313 22 70 0 24 430 64 71
Binary 10100110 1011010 11001011 10010 111000 0 10100 100011000 110100 111001

Color Harmonies of #A65ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65ACB

Black with #A65ACB

Text Example


Text Example

White with #A65ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65ACB; }

 p { color: rgb(166,90,203); }

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

background-color css

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

 a { background-color: rgb(166,90,203); }

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

border-color css

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

 span { border-color: rgb(166,90,203); }

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