Html Css Color HEX #A25BC2 Deep Lilac

📋 copy color: '#A25BC2'

red 162 ◦ green 91 ◦ blue 194

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

Shades of Deep Lilac #A25BC2

Tints of Deep Lilac #A25BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.4%

R = 36.24%
G = 20.36%
B = 43.4%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A25BC2 (or 0xA25BC2) is known color: Deep Lilac. HEX triplet: A2, 5B and C2. RGB value is (162,91,194). Sum of RGB (Red+Green+Blue) = 162+91+194=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 194 (76.17% from 255 or 43.40% from 447); Max value from RGB is 194 - color contains mainly: blue. Hex color #A25BC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25BC2 is #5DA43D. Grayscale: #7B7B7B. Windows color (decimal): -6136894 or 12737442. OLE color: 12737442.

HSL color Cylindrical-coordinate representation of color #A25BC2: hue angle of 281.36º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A25BC2 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 91 194 -
CMYK 0.16 0.53 0 0.24
HSL 281.36º 0.46% 0.56% -
HSV(B) 281.36º 0.53% 0.76% -
XYZ 28.38 19.06 53.22 -
YUV 123.97 167.52 155.12 -
System Red Green Blue C M Y K H S L
Decimal 162 91 194 0.16 0.53 0 0.24 281.36 0.46 0.56
Hex A2 5B C2 10 35 0 18 119 2E 38
Octal 242 133 302 20 65 0 30 431 56 70
Binary 10100010 1011011 11000010 10000 110101 0 11000 100011001 101110 111000

Color Harmonies of #A25BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25BC2

Black with #A25BC2

Text Example


Text Example

White with #A25BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25BC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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