Html Css Color HEX #A64CCB Deep Lilac

📋 copy color: '#A64CCB'

red 166 ◦ green 76 ◦ blue 203

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

Shades of Deep Lilac #A64CCB

Tints of Deep Lilac #A64CCB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.08%

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

R = 37.3%
G = 17.08%
B = 45.62%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A64CCB (or 0xA64CCB) is known color: Deep Lilac. HEX triplet: A6, 4C and CB. RGB value is (166,76,203). Sum of RGB (Red+Green+Blue) = 166+76+203=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 76 (30.08% from 255 or 17.08% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #A64CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64CCB is #59B334. Grayscale: #747474. Windows color (decimal): -5878581 or 13323430. OLE color: 13323430.

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

Color convert

RGB 166 76 203 -
CMYK 0.18 0.63 0 0.20
HSL 282.52º 0.55% 0.55% -
HSV(B) 282.52º 0.63% 0.8% -
XYZ 29.09 17.59 58.36 -
YUV 117.39 176.32 162.67 -
System Red Green Blue C M Y K H S L
Decimal 166 76 203 0.18 0.63 0 0.20 282.52 0.55 0.55
Hex A6 4C CB 12 3F 0 14 11B 37 37
Octal 246 114 313 22 77 0 24 433 67 67
Binary 10100110 1001100 11001011 10010 111111 0 10100 100011011 110111 110111

Color Harmonies of #A64CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64CCB

Black with #A64CCB

Text Example


Text Example

White with #A64CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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