Html Css Color HEX #A962C1 Deep Lilac

📋 copy color: '#A962C1'

red 169 ◦ green 98 ◦ blue 193

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

Shades of Deep Lilac #A962C1

Tints of Deep Lilac #A962C1

RGB

 RED value IS 169 (66.41% from 255) = 36.74%

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

 BLUE value IS 193 (75.78% from 255) = 41.96%

R = 36.74%
G = 21.3%
B = 41.96%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A962C1 (or 0xA962C1) is known color: Deep Lilac. HEX triplet: A9, 62 and C1. RGB value is (169,98,193). Sum of RGB (Red+Green+Blue) = 169+98+193=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 98 (38.67% from 255 or 21.30% from 460); Blue value is 193 (75.78% from 255 or 41.96% from 460); Max value from RGB is 193 - color contains mainly: blue. Hex color #A962C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A962C1 is #569D3E. Grayscale: #818181. Windows color (decimal): -5676351 or 12673705. OLE color: 12673705.

HSL color Cylindrical-coordinate representation of color #A962C1: hue angle of 284.84º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A962C1 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 169 98 193 -
CMYK 0.12 0.49 0 0.24
HSL 284.84º 0.43% 0.57% -
HSV(B) 284.84º 0.49% 0.76% -
XYZ 30.36 21.02 52.91 -
YUV 130.06 163.52 155.78 -
System Red Green Blue C M Y K H S L
Decimal 169 98 193 0.12 0.49 0 0.24 284.84 0.43 0.57
Hex A9 62 C1 C 31 0 18 11D 2B 39
Octal 251 142 301 14 61 0 30 435 53 71
Binary 10101001 1100010 11000001 1100 110001 0 11000 100011101 101011 111001

Color Harmonies of #A962C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A962C1

Black with #A962C1

Text Example


Text Example

White with #A962C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A962C1; }

 p { color: rgb(169,98,193); }

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

background-color css

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

 a { background-color: rgb(169,98,193); }

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

border-color css

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

 span { border-color: rgb(169,98,193); }

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