Html Css Color HEX #A262BC Deep Lilac

📋 copy color: '#A262BC'

red 162 ◦ green 98 ◦ blue 188

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

Shades of Deep Lilac #A262BC

Tints of Deep Lilac #A262BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.96%

R = 36.16%
G = 21.88%
B = 41.96%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A262BC (or 0xA262BC) is known color: Deep Lilac. HEX triplet: A2, 62 and BC. RGB value is (162,98,188). Sum of RGB (Red+Green+Blue) = 162+98+188=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 98 (38.67% from 255 or 21.88% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #A262BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A262BC is #5D9D43. Grayscale: #7F7F7F. Windows color (decimal): -6135108 or 12346018. OLE color: 12346018.

HSL color Cylindrical-coordinate representation of color #A262BC: hue angle of 282.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A262BC is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 98 188 -
CMYK 0.14 0.48 0 0.26
HSL 282.67º 0.4% 0.56% -
HSV(B) 282.67º 0.48% 0.74% -
XYZ 28.35 20.05 49.95 -
YUV 127.4 162.2 152.68 -
System Red Green Blue C M Y K H S L
Decimal 162 98 188 0.14 0.48 0 0.26 282.67 0.4 0.56
Hex A2 62 BC E 30 0 1A 11B 28 38
Octal 242 142 274 16 60 0 32 433 50 70
Binary 10100010 1100010 10111100 1110 110000 0 11010 100011011 101000 111000

Color Harmonies of #A262BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A262BC

Black with #A262BC

Text Example


Text Example

White with #A262BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A262BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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