Html Css Color HEX #A465BC Deep Lilac

📋 copy color: '#A465BC'

red 164 ◦ green 101 ◦ blue 188

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

Shades of Deep Lilac #A465BC

Tints of Deep Lilac #A465BC

RGB

 RED value IS 164 (64.45% from 255) = 36.2%

 GREEN value IS 101 (39.84% from 255) = 22.3%

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

R = 36.2%
G = 22.3%
B = 41.5%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A465BC (or 0xA465BC) is known color: Deep Lilac. HEX triplet: A4, 65 and BC. RGB value is (164,101,188). Sum of RGB (Red+Green+Blue) = 164+101+188=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #A465BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A465BC is #5B9A43. Grayscale: #818181. Windows color (decimal): -6003268 or 12346788. OLE color: 12346788.

HSL color Cylindrical-coordinate representation of color #A465BC: hue angle of 283.45º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A465BC is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 101 188 -
CMYK 0.13 0.46 0 0.26
HSL 283.45º 0.39% 0.57% -
HSV(B) 283.45º 0.46% 0.74% -
XYZ 29.04 20.83 50.07 -
YUV 129.76 160.87 152.43 -
System Red Green Blue C M Y K H S L
Decimal 164 101 188 0.13 0.46 0 0.26 283.45 0.39 0.57
Hex A4 65 BC D 2E 0 1A 11B 27 39
Octal 244 145 274 15 56 0 32 433 47 71
Binary 10100100 1100101 10111100 1101 101110 0 11010 100011011 100111 111001

Color Harmonies of #A465BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A465BC

Black with #A465BC

Text Example


Text Example

White with #A465BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A465BC; }

 p { color: rgb(164,101,188); }

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

background-color css

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

 a { background-color: rgb(164,101,188); }

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

border-color css

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

 span { border-color: rgb(164,101,188); }

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