Html Css Color HEX #A250D3 Deep Lilac

📋 copy color: '#A250D3'

red 162 ◦ green 80 ◦ blue 211

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

Shades of Deep Lilac #A250D3

Tints of Deep Lilac #A250D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 46.58%

R = 35.76%
G = 17.66%
B = 46.58%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A250D3 (or 0xA250D3) is known color: Deep Lilac. HEX triplet: A2, 50 and D3. RGB value is (162,80,211). Sum of RGB (Red+Green+Blue) = 162+80+211=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 211 (82.81% from 255 or 46.58% from 453); Max value from RGB is 211 - color contains mainly: blue. Hex color #A250D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A250D3 is #5DAF2C. Grayscale: #777777. Windows color (decimal): -6139693 or 13848738. OLE color: 13848738.

HSL color Cylindrical-coordinate representation of color #A250D3: hue angle of 277.56º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A250D3 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 162 80 211 -
CMYK 0.23 0.62 0 0.17
HSL 277.56º 0.6% 0.57% -
HSV(B) 277.56º 0.62% 0.83% -
XYZ 29.53 18.12 63.57 -
YUV 119.45 179.67 158.35 -
System Red Green Blue C M Y K H S L
Decimal 162 80 211 0.23 0.62 0 0.17 277.56 0.6 0.57
Hex A2 50 D3 17 3E 0 11 116 3C 39
Octal 242 120 323 27 76 0 21 426 74 71
Binary 10100010 1010000 11010011 10111 111110 0 10001 100010110 111100 111001

Color Harmonies of #A250D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A250D3

Black with #A250D3

Text Example


Text Example

White with #A250D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A250D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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