Html Css Color HEX #A995EC Biloba Flower

📋 copy color: '#A995EC'

red 169 ◦ green 149 ◦ blue 236

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

Shades of Biloba Flower #A995EC

Tints of Biloba Flower #A995EC

RGB

 RED value IS 169 (66.41% from 255) = 30.51%

 GREEN value IS 149 (58.59% from 255) = 26.9%

 BLUE value IS 236 (92.58% from 255) = 42.6%

R = 30.51%
G = 26.9%
B = 42.6%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A995EC (or 0xA995EC) is known color: Biloba Flower. HEX triplet: A9, 95 and EC. RGB value is (169,149,236). Sum of RGB (Red+Green+Blue) = 169+149+236=554 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.51% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #A995EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A995EC is #566A13. Grayscale: #A4A4A4. Windows color (decimal): -5663252 or 15504809. OLE color: 15504809.

HSL color Cylindrical-coordinate representation of color #A995EC: hue angle of 253.79º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A995EC is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 149 236 -
CMYK 0.28 0.37 0 0.07
HSL 253.79º 0.7% 0.75% -
HSV(B) 253.79º 0.37% 0.93% -
XYZ 42.25 35.99 84.08 -
YUV 164.9 168.13 130.93 -
System Red Green Blue C M Y K H S L
Decimal 169 149 236 0.28 0.37 0 0.07 253.79 0.7 0.75
Hex A9 95 EC 1C 25 0 7 FE 46 4B
Octal 251 225 354 34 45 0 7 376 106 113
Binary 10101001 10010101 11101100 11100 100101 0 111 11111110 1000110 1001011

Color Harmonies of #A995EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A995EC

Black with #A995EC

Text Example


Text Example

White with #A995EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A995EC; }

 p { color: rgb(169,149,236); }

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

background-color css

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

 a { background-color: rgb(169,149,236); }

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

border-color css

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

 span { border-color: rgb(169,149,236); }

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