Html Css Color HEX #A862BF Deep Lilac

📋 copy color: '#A862BF'

red 168 ◦ green 98 ◦ blue 191

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

Shades of Deep Lilac #A862BF

Tints of Deep Lilac #A862BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.79%

R = 36.76%
G = 21.44%
B = 41.79%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A862BF (or 0xA862BF) is known color: Deep Lilac. HEX triplet: A8, 62 and BF. RGB value is (168,98,191). Sum of RGB (Red+Green+Blue) = 168+98+191=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #A862BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A862BF is #579D40. Grayscale: #818181. Windows color (decimal): -5741889 or 12542632. OLE color: 12542632.

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

Color convert

RGB 168 98 191 -
CMYK 0.12 0.49 0 0.25
HSL 285.16º 0.42% 0.57% -
HSV(B) 285.16º 0.49% 0.75% -
XYZ 29.92 20.82 51.73 -
YUV 129.53 162.69 155.44 -
System Red Green Blue C M Y K H S L
Decimal 168 98 191 0.12 0.49 0 0.25 285.16 0.42 0.57
Hex A8 62 BF C 31 0 19 11D 2A 39
Octal 250 142 277 14 61 0 31 435 52 71
Binary 10101000 1100010 10111111 1100 110001 0 11001 100011101 101010 111001

Color Harmonies of #A862BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A862BF

Black with #A862BF

Text Example


Text Example

White with #A862BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A862BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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