Html Css Color HEX #A25AC4 Deep Lilac

📋 copy color: '#A25AC4'

red 162 ◦ green 90 ◦ blue 196

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

Shades of Deep Lilac #A25AC4

Tints of Deep Lilac #A25AC4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.09%

 BLUE value IS 196 (76.95% from 255) = 43.75%

R = 36.16%
G = 20.09%
B = 43.75%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A25AC4 (or 0xA25AC4) is known color: Deep Lilac. HEX triplet: A2, 5A and C4. RGB value is (162,90,196). Sum of RGB (Red+Green+Blue) = 162+90+196=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 196 (76.95% from 255 or 43.75% from 448); Max value from RGB is 196 - color contains mainly: blue. Hex color #A25AC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25AC4 is #5DA53B. Grayscale: #7B7B7B. Windows color (decimal): -6137148 or 12868258. OLE color: 12868258.

HSL color Cylindrical-coordinate representation of color #A25AC4: hue angle of 280.75º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A25AC4 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 90 196 -
CMYK 0.17 0.54 0 0.23
HSL 280.75º 0.47% 0.56% -
HSV(B) 280.75º 0.54% 0.77% -
XYZ 28.52 18.98 54.38 -
YUV 123.61 168.85 155.38 -
System Red Green Blue C M Y K H S L
Decimal 162 90 196 0.17 0.54 0 0.23 280.75 0.47 0.56
Hex A2 5A C4 11 36 0 17 119 2F 38
Octal 242 132 304 21 66 0 27 431 57 70
Binary 10100010 1011010 11000100 10001 110110 0 10111 100011001 101111 111000

Color Harmonies of #A25AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25AC4

Black with #A25AC4

Text Example


Text Example

White with #A25AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25AC4; }

 p { color: rgb(162,90,196); }

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

background-color css

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

 a { background-color: rgb(162,90,196); }

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

border-color css

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

 span { border-color: rgb(162,90,196); }

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