Html Css Color HEX #A895E1 Biloba Flower

📋 copy color: '#A895E1'

red 168 ◦ green 149 ◦ blue 225

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

Shades of Biloba Flower #A895E1

Tints of Biloba Flower #A895E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.51%

R = 31%
G = 27.49%
B = 41.51%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A895E1 (or 0xA895E1) is known color: Biloba Flower. HEX triplet: A8, 95 and E1. RGB value is (168,149,225). Sum of RGB (Red+Green+Blue) = 168+149+225=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 225 (88.28% from 255 or 41.51% from 542); Max value from RGB is 225 - color contains mainly: blue. Hex color #A895E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A895E1 is #576A1E. Grayscale: #A3A3A3. Windows color (decimal): -5728799 or 14783912. OLE color: 14783912.

HSL color Cylindrical-coordinate representation of color #A895E1: hue angle of 255º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A895E1 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 149 225 -
CMYK 0.25 0.34 0 0.12
HSL 255º 0.56% 0.73% -
HSV(B) 255º 0.34% 0.88% -
XYZ 40.49 35.26 75.91 -
YUV 163.35 162.79 131.32 -
System Red Green Blue C M Y K H S L
Decimal 168 149 225 0.25 0.34 0 0.12 255 0.56 0.73
Hex A8 95 E1 19 22 0 C FF 38 49
Octal 250 225 341 31 42 0 14 377 70 111
Binary 10101000 10010101 11100001 11001 100010 0 1100 11111111 111000 1001001

Color Harmonies of #A895E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A895E1

Black with #A895E1

Text Example


Text Example

White with #A895E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A895E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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