Html Css Color HEX #A64CBC Deep Lilac

📋 copy color: '#A64CBC'

red 166 ◦ green 76 ◦ blue 188

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

Shades of Deep Lilac #A64CBC

Tints of Deep Lilac #A64CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.72%

R = 38.6%
G = 17.67%
B = 43.72%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A64CBC (or 0xA64CBC) is known color: Deep Lilac. HEX triplet: A6, 4C and BC. RGB value is (166,76,188). Sum of RGB (Red+Green+Blue) = 166+76+188=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #A64CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64CBC is #59B343. Grayscale: #737373. Windows color (decimal): -5878596 or 12340390. OLE color: 12340390.

HSL color Cylindrical-coordinate representation of color #A64CBC: hue angle of 288.21º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A64CBC is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 76 188 -
CMYK 0.12 0.60 0 0.26
HSL 288.21º 0.46% 0.52% -
HSV(B) 288.21º 0.6% 0.74% -
XYZ 27.39 16.91 49.4 -
YUV 115.68 168.82 163.89 -
System Red Green Blue C M Y K H S L
Decimal 166 76 188 0.12 0.60 0 0.26 288.21 0.46 0.52
Hex A6 4C BC C 3C 0 1A 120 2E 34
Octal 246 114 274 14 74 0 32 440 56 64
Binary 10100110 1001100 10111100 1100 111100 0 11010 100100000 101110 110100

Color Harmonies of #A64CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64CBC

Black with #A64CBC

Text Example


Text Example

White with #A64CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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