Html Css Color HEX #A65CCA Deep Lilac

📋 copy color: '#A65CCA'

red 166 ◦ green 92 ◦ blue 202

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

Shades of Deep Lilac #A65CCA

Tints of Deep Lilac #A65CCA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20%

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

R = 36.09%
G = 20%
B = 43.91%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A65CCA (or 0xA65CCA) is known color: Deep Lilac. HEX triplet: A6, 5C and CA. RGB value is (166,92,202). Sum of RGB (Red+Green+Blue) = 166+92+202=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #A65CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65CCA is #59A335. Grayscale: #7E7E7E. Windows color (decimal): -5874486 or 13261990. OLE color: 13261990.

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

Color convert

RGB 166 92 202 -
CMYK 0.18 0.54 0 0.21
HSL 280.36º 0.51% 0.58% -
HSV(B) 280.36º 0.54% 0.79% -
XYZ 30.21 20.03 58.15 -
YUV 126.67 170.52 156.06 -
System Red Green Blue C M Y K H S L
Decimal 166 92 202 0.18 0.54 0 0.21 280.36 0.51 0.58
Hex A6 5C CA 12 36 0 15 118 33 3A
Octal 246 134 312 22 66 0 25 430 63 72
Binary 10100110 1011100 11001010 10010 110110 0 10101 100011000 110011 111010

Color Harmonies of #A65CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65CCA

Black with #A65CCA

Text Example


Text Example

White with #A65CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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