Html Css Color HEX #A250CF Deep Lilac

📋 copy color: '#A250CF'

red 162 ◦ green 80 ◦ blue 207

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

Shades of Deep Lilac #A250CF

Tints of Deep Lilac #A250CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.1%

R = 36.08%
G = 17.82%
B = 46.1%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A250CF (or 0xA250CF) is known color: Deep Lilac. HEX triplet: A2, 50 and CF. RGB value is (162,80,207). Sum of RGB (Red+Green+Blue) = 162+80+207=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #A250CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A250CF is #5DAF30. Grayscale: #767676. Windows color (decimal): -6139697 or 13586594. OLE color: 13586594.

HSL color Cylindrical-coordinate representation of color #A250CF: hue angle of 278.74º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A250CF is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 80 207 -
CMYK 0.22 0.61 0 0.19
HSL 278.74º 0.57% 0.56% -
HSV(B) 278.74º 0.61% 0.81% -
XYZ 29.03 17.92 60.96 -
YUV 119 177.67 158.67 -
System Red Green Blue C M Y K H S L
Decimal 162 80 207 0.22 0.61 0 0.19 278.74 0.57 0.56
Hex A2 50 CF 16 3D 0 13 117 39 38
Octal 242 120 317 26 75 0 23 427 71 70
Binary 10100010 1010000 11001111 10110 111101 0 10011 100010111 111001 111000

Color Harmonies of #A250CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A250CF

Black with #A250CF

Text Example


Text Example

White with #A250CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A250CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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