Html Css Color HEX #A250C2 Deep Lilac

📋 copy color: '#A250C2'

red 162 ◦ green 80 ◦ blue 194

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

Shades of Deep Lilac #A250C2

Tints of Deep Lilac #A250C2

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.35%

 BLUE value IS 194 (76.17% from 255) = 44.5%

R = 37.16%
G = 18.35%
B = 44.5%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A250C2 (or 0xA250C2) is known color: Deep Lilac. HEX triplet: A2, 50 and C2. RGB value is (162,80,194). Sum of RGB (Red+Green+Blue) = 162+80+194=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 194 - color contains mainly: blue. Hex color #A250C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A250C2 is #5DAF3D. Grayscale: #757575. Windows color (decimal): -6139710 or 12734626. OLE color: 12734626.

HSL color Cylindrical-coordinate representation of color #A250C2: hue angle of 283.16º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A250C2 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 80 194 -
CMYK 0.16 0.59 0 0.24
HSL 283.16º 0.48% 0.54% -
HSV(B) 283.16º 0.59% 0.76% -
XYZ 27.51 17.31 52.93 -
YUV 117.51 171.17 159.73 -
System Red Green Blue C M Y K H S L
Decimal 162 80 194 0.16 0.59 0 0.24 283.16 0.48 0.54
Hex A2 50 C2 10 3B 0 18 11B 30 36
Octal 242 120 302 20 73 0 30 433 60 66
Binary 10100010 1010000 11000010 10000 111011 0 11000 100011011 110000 110110

Color Harmonies of #A250C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A250C2

Black with #A250C2

Text Example


Text Example

White with #A250C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A250C2; }

 p { color: rgb(162,80,194); }

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

background-color css

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

 a { background-color: rgb(162,80,194); }

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

border-color css

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

 span { border-color: rgb(162,80,194); }

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