Html Css Color HEX #A262B4 Deep Lilac

📋 copy color: '#A262B4'

red 162 ◦ green 98 ◦ blue 180

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

Shades of Deep Lilac #A262B4

Tints of Deep Lilac #A262B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.91%

R = 36.82%
G = 22.27%
B = 40.91%

CMYK

 C value IS 0.1

 M value IS 0.46

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A262B4 (or 0xA262B4) is known color: Deep Lilac. HEX triplet: A2, 62 and B4. RGB value is (162,98,180). Sum of RGB (Red+Green+Blue) = 162+98+180=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 180 - color contains mainly: blue. Hex color #A262B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A262B4 is #5D9D4B. Grayscale: #7E7E7E. Windows color (decimal): -6135116 or 11821730. OLE color: 11821730.

HSL color Cylindrical-coordinate representation of color #A262B4: hue angle of 286.83º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A262B4 is Cyan = 0.1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 98 180 -
CMYK 0.1 0.46 0 0.29
HSL 286.83º 0.35% 0.55% -
HSV(B) 286.83º 0.46% 0.71% -
XYZ 27.51 19.71 45.54 -
YUV 126.48 158.2 153.33 -
System Red Green Blue C M Y K H S L
Decimal 162 98 180 0.1 0.46 0 0.29 286.83 0.35 0.55
Hex A2 62 B4 A 2E 0 1D 11F 23 37
Octal 242 142 264 12 56 0 35 437 43 67
Binary 10100010 1100010 10110100 1010 101110 0 11101 100011111 100011 110111

Color Harmonies of #A262B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A262B4

Black with #A262B4

Text Example


Text Example

White with #A262B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A262B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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