Html Css Color HEX #A895EC Biloba Flower

📋 copy color: '#A895EC'

red 168 ◦ green 149 ◦ blue 236

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

Shades of Biloba Flower #A895EC

Tints of Biloba Flower #A895EC

RGB

 RED value IS 168 (66.02% from 255) = 30.38%

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

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

R = 30.38%
G = 26.94%
B = 42.68%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A895EC (or 0xA895EC) is known color: Biloba Flower. HEX triplet: A8, 95 and EC. RGB value is (168,149,236). Sum of RGB (Red+Green+Blue) = 168+149+236=553 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.38% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #A895EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A895EC is #576A13. Grayscale: #A4A4A4. Windows color (decimal): -5728788 or 15504808. OLE color: 15504808.

HSL color Cylindrical-coordinate representation of color #A895EC: hue angle of 253.1º 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 #A895EC is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 149 236 -
CMYK 0.29 0.37 0 0.07
HSL 253.1º 0.7% 0.75% -
HSV(B) 253.1º 0.37% 0.93% -
XYZ 42.04 35.88 84.07 -
YUV 164.6 168.29 130.43 -
System Red Green Blue C M Y K H S L
Decimal 168 149 236 0.29 0.37 0 0.07 253.1 0.7 0.75
Hex A8 95 EC 1D 25 0 7 FD 46 4B
Octal 250 225 354 35 45 0 7 375 106 113
Binary 10101000 10010101 11101100 11101 100101 0 111 11111101 1000110 1001011

Color Harmonies of #A895EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A895EC

Black with #A895EC

Text Example


Text Example

White with #A895EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A895EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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