Html Css Color HEX #A250C6 Deep Lilac

📋 copy color: '#A250C6'

red 162 ◦ green 80 ◦ blue 198

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

Shades of Deep Lilac #A250C6

Tints of Deep Lilac #A250C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45%

R = 36.82%
G = 18.18%
B = 45%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A250C6 (or 0xA250C6) is known color: Deep Lilac. HEX triplet: A2, 50 and C6. RGB value is (162,80,198). Sum of RGB (Red+Green+Blue) = 162+80+198=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 198 (77.73% from 255 or 45% from 440); Max value from RGB is 198 - color contains mainly: blue. Hex color #A250C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A250C6 is #5DAF39. Grayscale: #757575. Windows color (decimal): -6139706 or 12996770. OLE color: 12996770.

HSL color Cylindrical-coordinate representation of color #A250C6: hue angle of 281.69º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A250C6 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 80 198 -
CMYK 0.18 0.60 0 0.22
HSL 281.69º 0.51% 0.55% -
HSV(B) 281.69º 0.6% 0.78% -
XYZ 27.96 17.5 55.33 -
YUV 117.97 173.17 159.41 -
System Red Green Blue C M Y K H S L
Decimal 162 80 198 0.18 0.60 0 0.22 281.69 0.51 0.55
Hex A2 50 C6 12 3C 0 16 11A 33 37
Octal 242 120 306 22 74 0 26 432 63 67
Binary 10100010 1010000 11000110 10010 111100 0 10110 100011010 110011 110111

Color Harmonies of #A250C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A250C6

Black with #A250C6

Text Example


Text Example

White with #A250C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A250C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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