Html Css Color HEX #A64BCB Deep Lilac

📋 copy color: '#A64BCB'

red 166 ◦ green 75 ◦ blue 203

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

Shades of Deep Lilac #A64BCB

Tints of Deep Lilac #A64BCB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.89%

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

R = 37.39%
G = 16.89%
B = 45.72%

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

#A64BCB (or 0xA64BCB) is known color: Deep Lilac. HEX triplet: A6, 4B and CB. RGB value is (166,75,203). Sum of RGB (Red+Green+Blue) = 166+75+203=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 75 (29.69% from 255 or 16.89% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #A64BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64BCB is #59B434. Grayscale: #747474. Windows color (decimal): -5878837 or 13323174. OLE color: 13323174.

HSL color Cylindrical-coordinate representation of color #A64BCB: hue angle of 282.66º 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 #A64BCB is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 75 203 -
CMYK 0.18 0.63 0 0.20
HSL 282.66º 0.55% 0.55% -
HSV(B) 282.66º 0.63% 0.8% -
XYZ 29.02 17.45 58.34 -
YUV 116.8 176.65 163.09 -
System Red Green Blue C M Y K H S L
Decimal 166 75 203 0.18 0.63 0 0.20 282.66 0.55 0.55
Hex A6 4B CB 12 3F 0 14 11B 37 37
Octal 246 113 313 22 77 0 24 433 67 67
Binary 10100110 1001011 11001011 10010 111111 0 10100 100011011 110111 110111

Color Harmonies of #A64BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64BCB

Black with #A64BCB

Text Example


Text Example

White with #A64BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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