Html Css Color HEX #A25FB3 Deep Lilac

📋 copy color: '#A25FB3'

red 162 ◦ green 95 ◦ blue 179

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

Shades of Deep Lilac #A25FB3

Tints of Deep Lilac #A25FB3

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.79%

 BLUE value IS 179 (70.31% from 255) = 41.06%

R = 37.16%
G = 21.79%
B = 41.06%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A25FB3 (or 0xA25FB3) is known color: Deep Lilac. HEX triplet: A2, 5F and B3. RGB value is (162,95,179). Sum of RGB (Red+Green+Blue) = 162+95+179=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 179 (70.31% from 255 or 41.06% from 436); Max value from RGB is 179 - color contains mainly: blue. Hex color #A25FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25FB3 is #5DA04C. Grayscale: #7C7C7C. Windows color (decimal): -6135885 or 11755426. OLE color: 11755426.

HSL color Cylindrical-coordinate representation of color #A25FB3: hue angle of 287.86º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A25FB3 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 162 95 179 -
CMYK 0.09 0.47 0 0.30
HSL 287.86º 0.36% 0.54% -
HSV(B) 287.86º 0.47% 0.7% -
XYZ 27.13 19.12 44.91 -
YUV 124.61 158.7 154.67 -
System Red Green Blue C M Y K H S L
Decimal 162 95 179 0.09 0.47 0 0.30 287.86 0.36 0.54
Hex A2 5F B3 9 2F 0 1E 120 24 36
Octal 242 137 263 11 57 0 36 440 44 66
Binary 10100010 1011111 10110011 1001 101111 0 11110 100100000 100100 110110

Color Harmonies of #A25FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25FB3

Black with #A25FB3

Text Example


Text Example

White with #A25FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25FB3; }

 p { color: rgb(162,95,179); }

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

background-color css

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

 a { background-color: rgb(162,95,179); }

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

border-color css

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

 span { border-color: rgb(162,95,179); }

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