Html Css Color HEX #A250AF Deep Lilac

📋 copy color: '#A250AF'

red 162 ◦ green 80 ◦ blue 175

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

Shades of Deep Lilac #A250AF

Tints of Deep Lilac #A250AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.97%

R = 38.85%
G = 19.18%
B = 41.97%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A250AF (or 0xA250AF) is known color: Deep Lilac. HEX triplet: A2, 50 and AF. RGB value is (162,80,175). Sum of RGB (Red+Green+Blue) = 162+80+175=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 175 - color contains mainly: blue. Hex color #A250AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A250AF is #5DAF50. Grayscale: #737373. Windows color (decimal): -6139729 or 11489442. OLE color: 11489442.

HSL color Cylindrical-coordinate representation of color #A250AF: hue angle of 291.79º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A250AF is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 80 175 -
CMYK 0.07 0.54 0 0.31
HSL 291.79º 0.37% 0.5% -
HSV(B) 291.79º 0.54% 0.69% -
XYZ 25.51 16.51 42.4 -
YUV 115.35 161.67 161.28 -
System Red Green Blue C M Y K H S L
Decimal 162 80 175 0.07 0.54 0 0.31 291.79 0.37 0.5
Hex A2 50 AF 7 36 0 1F 124 25 32
Octal 242 120 257 7 66 0 37 444 45 62
Binary 10100010 1010000 10101111 111 110110 0 11111 100100100 100101 110010

Color Harmonies of #A250AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A250AF

Black with #A250AF

Text Example


Text Example

White with #A250AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A250AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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