Html Css Color HEX #A862BA Deep Lilac

📋 copy color: '#A862BA'

red 168 ◦ green 98 ◦ blue 186

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

Shades of Deep Lilac #A862BA

Tints of Deep Lilac #A862BA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.68%

 BLUE value IS 186 (73.05% from 255) = 41.15%

R = 37.17%
G = 21.68%
B = 41.15%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A862BA (or 0xA862BA) is known color: Deep Lilac. HEX triplet: A8, 62 and BA. RGB value is (168,98,186). Sum of RGB (Red+Green+Blue) = 168+98+186=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #A862BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A862BA is #579D45. Grayscale: #808080. Windows color (decimal): -5741894 or 12214952. OLE color: 12214952.

HSL color Cylindrical-coordinate representation of color #A862BA: hue angle of 287.73º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A862BA is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 98 186 -
CMYK 0.10 0.47 0 0.27
HSL 287.73º 0.39% 0.56% -
HSV(B) 287.73º 0.47% 0.73% -
XYZ 29.38 20.61 48.88 -
YUV 128.96 160.19 155.84 -
System Red Green Blue C M Y K H S L
Decimal 168 98 186 0.10 0.47 0 0.27 287.73 0.39 0.56
Hex A8 62 BA A 2F 0 1B 120 27 38
Octal 250 142 272 12 57 0 33 440 47 70
Binary 10101000 1100010 10111010 1010 101111 0 11011 100100000 100111 111000

Color Harmonies of #A862BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A862BA

Black with #A862BA

Text Example


Text Example

White with #A862BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A862BA; }

 p { color: rgb(168,98,186); }

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

background-color css

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

 a { background-color: rgb(168,98,186); }

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

border-color css

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

 span { border-color: rgb(168,98,186); }

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