Html Css Color HEX #A25BC8 Deep Lilac

📋 copy color: '#A25BC8'

red 162 ◦ green 91 ◦ blue 200

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

Shades of Deep Lilac #A25BC8

Tints of Deep Lilac #A25BC8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.09%

 BLUE value IS 200 (78.52% from 255) = 44.15%

R = 35.76%
G = 20.09%
B = 44.15%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A25BC8 (or 0xA25BC8) is known color: Deep Lilac. HEX triplet: A2, 5B and C8. RGB value is (162,91,200). Sum of RGB (Red+Green+Blue) = 162+91+200=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 91 (35.94% from 255 or 20.09% from 453); Blue value is 200 (78.52% from 255 or 44.15% from 453); Max value from RGB is 200 - color contains mainly: blue. Hex color #A25BC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25BC8 is #5DA437. Grayscale: #7C7C7C. Windows color (decimal): -6136888 or 13130658. OLE color: 13130658.

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

Color convert

RGB 162 91 200 -
CMYK 0.19 0.54 0 0.22
HSL 279.08º 0.5% 0.57% -
HSV(B) 279.08º 0.55% 0.78% -
XYZ 29.07 19.33 56.84 -
YUV 124.66 170.52 154.64 -
System Red Green Blue C M Y K H S L
Decimal 162 91 200 0.19 0.54 0 0.22 279.08 0.5 0.57
Hex A2 5B C8 13 36 0 16 117 32 39
Octal 242 133 310 23 66 0 26 427 62 71
Binary 10100010 1011011 11001000 10011 110110 0 10110 100010111 110010 111001

Color Harmonies of #A25BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25BC8

Black with #A25BC8

Text Example


Text Example

White with #A25BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25BC8; }

 p { color: rgb(162,91,200); }

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

background-color css

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

 a { background-color: rgb(162,91,200); }

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

border-color css

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

 span { border-color: rgb(162,91,200); }

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