Html Css Color HEX #A250C9 Deep Lilac

📋 copy color: '#A250C9'

red 162 ◦ green 80 ◦ blue 201

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

Shades of Deep Lilac #A250C9

Tints of Deep Lilac #A250C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.37%

R = 36.57%
G = 18.06%
B = 45.37%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A250C9 (or 0xA250C9) is known color: Deep Lilac. HEX triplet: A2, 50 and C9. RGB value is (162,80,201). Sum of RGB (Red+Green+Blue) = 162+80+201=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 201 - color contains mainly: blue. Hex color #A250C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A250C9 is #5DAF36. Grayscale: #757575. Windows color (decimal): -6139703 or 13193378. OLE color: 13193378.

HSL color Cylindrical-coordinate representation of color #A250C9: hue angle of 280.66º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A250C9 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 80 201 -
CMYK 0.19 0.60 0 0.21
HSL 280.66º 0.53% 0.55% -
HSV(B) 280.66º 0.6% 0.79% -
XYZ 28.31 17.64 57.17 -
YUV 118.31 174.67 159.16 -
System Red Green Blue C M Y K H S L
Decimal 162 80 201 0.19 0.60 0 0.21 280.66 0.53 0.55
Hex A2 50 C9 13 3C 0 15 119 35 37
Octal 242 120 311 23 74 0 25 431 65 67
Binary 10100010 1010000 11001001 10011 111100 0 10101 100011001 110101 110111

Color Harmonies of #A250C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A250C9

Black with #A250C9

Text Example


Text Example

White with #A250C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A250C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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