Html Css Color HEX #A762BA Deep Lilac

📋 copy color: '#A762BA'

red 167 ◦ green 98 ◦ blue 186

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

Shades of Deep Lilac #A762BA

Tints of Deep Lilac #A762BA

RGB

 RED value IS 167 (65.63% from 255) = 37.03%

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

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

R = 37.03%
G = 21.73%
B = 41.24%

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

#A762BA (or 0xA762BA) is known color: Deep Lilac. HEX triplet: A7, 62 and BA. RGB value is (167,98,186). Sum of RGB (Red+Green+Blue) = 167+98+186=451 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.03% from 451); Green value is 98 (38.67% from 255 or 21.73% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #A762BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A762BA is #589D45. Grayscale: #808080. Windows color (decimal): -5807430 or 12214951. OLE color: 12214951.

HSL color Cylindrical-coordinate representation of color #A762BA: hue angle of 287.05º 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 #A762BA is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 98 186 -
CMYK 0.10 0.47 0 0.27
HSL 287.05º 0.39% 0.56% -
HSV(B) 287.05º 0.47% 0.73% -
XYZ 29.17 20.5 48.87 -
YUV 128.66 160.36 155.34 -
System Red Green Blue C M Y K H S L
Decimal 167 98 186 0.10 0.47 0 0.27 287.05 0.39 0.56
Hex A7 62 BA A 2F 0 1B 11F 27 38
Octal 247 142 272 12 57 0 33 437 47 70
Binary 10100111 1100010 10111010 1010 101111 0 11011 100011111 100111 111000

Color Harmonies of #A762BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A762BA

Black with #A762BA

Text Example


Text Example

White with #A762BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A762BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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