Html Css Color HEX #A65BCA Deep Lilac

📋 copy color: '#A65BCA'

red 166 ◦ green 91 ◦ blue 202

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

Shades of Deep Lilac #A65BCA

Tints of Deep Lilac #A65BCA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.83%

 BLUE value IS 202 (79.3% from 255) = 44.01%

R = 36.17%
G = 19.83%
B = 44.01%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A65BCA (or 0xA65BCA) is known color: Deep Lilac. HEX triplet: A6, 5B and CA. RGB value is (166,91,202). Sum of RGB (Red+Green+Blue) = 166+91+202=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #A65BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65BCA is #59A435. Grayscale: #7D7D7D. Windows color (decimal): -5874742 or 13261734. OLE color: 13261734.

HSL color Cylindrical-coordinate representation of color #A65BCA: hue angle of 280.54º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A65BCA is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 91 202 -
CMYK 0.18 0.55 0 0.21
HSL 280.54º 0.51% 0.57% -
HSV(B) 280.54º 0.55% 0.79% -
XYZ 30.13 19.85 58.12 -
YUV 126.08 170.85 156.47 -
System Red Green Blue C M Y K H S L
Decimal 166 91 202 0.18 0.55 0 0.21 280.54 0.51 0.57
Hex A6 5B CA 12 37 0 15 119 33 39
Octal 246 133 312 22 67 0 25 431 63 71
Binary 10100110 1011011 11001010 10010 110111 0 10101 100011001 110011 111001

Color Harmonies of #A65BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65BCA

Black with #A65BCA

Text Example


Text Example

White with #A65BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65BCA; }

 p { color: rgb(166,91,202); }

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

background-color css

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

 a { background-color: rgb(166,91,202); }

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

border-color css

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

 span { border-color: rgb(166,91,202); }

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