Html Css Color HEX #A868C0 Deep Lilac

📋 copy color: '#A868C0'

red 168 ◦ green 104 ◦ blue 192

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

Shades of Deep Lilac #A868C0

Tints of Deep Lilac #A868C0

RGB

 RED value IS 168 (66.02% from 255) = 36.21%

 GREEN value IS 104 (41.02% from 255) = 22.41%

 BLUE value IS 192 (75.39% from 255) = 41.38%

R = 36.21%
G = 22.41%
B = 41.38%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A868C0 (or 0xA868C0) is known color: Deep Lilac. HEX triplet: A8, 68 and C0. RGB value is (168,104,192). Sum of RGB (Red+Green+Blue) = 168+104+192=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 192 - color contains mainly: blue. Hex color #A868C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A868C0 is #57973F. Grayscale: #848484. Windows color (decimal): -5740352 or 12609704. OLE color: 12609704.

HSL color Cylindrical-coordinate representation of color #A868C0: hue angle of 283.64º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A868C0 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 104 192 -
CMYK 0.12 0.46 0 0.25
HSL 283.64º 0.41% 0.58% -
HSV(B) 283.64º 0.46% 0.75% -
XYZ 30.61 22.03 52.51 -
YUV 133.17 161.2 152.84 -
System Red Green Blue C M Y K H S L
Decimal 168 104 192 0.12 0.46 0 0.25 283.64 0.41 0.58
Hex A8 68 C0 C 2E 0 19 11C 29 3A
Octal 250 150 300 14 56 0 31 434 51 72
Binary 10101000 1101000 11000000 1100 101110 0 11001 100011100 101001 111010

Color Harmonies of #A868C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A868C0

Black with #A868C0

Text Example


Text Example

White with #A868C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A868C0; }

 p { color: rgb(168,104,192); }

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

background-color css

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

 a { background-color: rgb(168,104,192); }

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

border-color css

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

 span { border-color: rgb(168,104,192); }

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