Html Css Color HEX #A462B4 Deep Lilac

📋 copy color: '#A462B4'

red 164 ◦ green 98 ◦ blue 180

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

Shades of Deep Lilac #A462B4

Tints of Deep Lilac #A462B4

RGB

 RED value IS 164 (64.45% from 255) = 37.1%

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

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

R = 37.1%
G = 22.17%
B = 40.72%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A462B4 (or 0xA462B4) is known color: Deep Lilac. HEX triplet: A4, 62 and B4. RGB value is (164,98,180). Sum of RGB (Red+Green+Blue) = 164+98+180=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 180 - color contains mainly: blue. Hex color #A462B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A462B4 is #5B9D4B. Grayscale: #7E7E7E. Windows color (decimal): -6004044 or 11821732. OLE color: 11821732.

HSL color Cylindrical-coordinate representation of color #A462B4: hue angle of 288.29º 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 #A462B4 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 98 180 -
CMYK 0.09 0.46 0 0.29
HSL 288.29º 0.35% 0.55% -
HSV(B) 288.29º 0.46% 0.71% -
XYZ 27.92 19.92 45.55 -
YUV 127.08 157.87 154.33 -
System Red Green Blue C M Y K H S L
Decimal 164 98 180 0.09 0.46 0 0.29 288.29 0.35 0.55
Hex A4 62 B4 9 2E 0 1D 120 23 37
Octal 244 142 264 11 56 0 35 440 43 67
Binary 10100100 1100010 10110100 1001 101110 0 11101 100100000 100011 110111

Color Harmonies of #A462B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A462B4

Black with #A462B4

Text Example


Text Example

White with #A462B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A462B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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