Html Css Color HEX #A262C0 Deep Lilac

📋 copy color: '#A262C0'

red 162 ◦ green 98 ◦ blue 192

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

Shades of Deep Lilac #A262C0

Tints of Deep Lilac #A262C0

RGB

 RED value IS 162 (63.67% from 255) = 35.84%

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

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

R = 35.84%
G = 21.68%
B = 42.48%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A262C0 (or 0xA262C0) is known color: Deep Lilac. HEX triplet: A2, 62 and C0. RGB value is (162,98,192). Sum of RGB (Red+Green+Blue) = 162+98+192=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 192 - color contains mainly: blue. Hex color #A262C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A262C0 is #5D9D3F. Grayscale: #7F7F7F. Windows color (decimal): -6135104 or 12608162. OLE color: 12608162.

HSL color Cylindrical-coordinate representation of color #A262C0: hue angle of 280.85º degrees, saturation: 0.43, 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 #A262C0 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 98 192 -
CMYK 0.16 0.49 0 0.25
HSL 280.85º 0.43% 0.57% -
HSV(B) 280.85º 0.49% 0.75% -
XYZ 28.78 20.22 52.26 -
YUV 127.85 164.2 152.36 -
System Red Green Blue C M Y K H S L
Decimal 162 98 192 0.16 0.49 0 0.25 280.85 0.43 0.57
Hex A2 62 C0 10 31 0 19 119 2B 39
Octal 242 142 300 20 61 0 31 431 53 71
Binary 10100010 1100010 11000000 10000 110001 0 11001 100011001 101011 111001

Color Harmonies of #A262C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A262C0

Black with #A262C0

Text Example


Text Example

White with #A262C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A262C0; }

 p { color: rgb(162,98,192); }

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

background-color css

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

 a { background-color: rgb(162,98,192); }

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

border-color css

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

 span { border-color: rgb(162,98,192); }

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