Html Css Color HEX #A895CE Biloba Flower

📋 copy color: '#A895CE'

red 168 ◦ green 149 ◦ blue 206

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

Shades of Biloba Flower #A895CE

Tints of Biloba Flower #A895CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.39%

R = 32.12%
G = 28.49%
B = 39.39%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A895CE (or 0xA895CE) is known color: Biloba Flower. HEX triplet: A8, 95 and CE. RGB value is (168,149,206). Sum of RGB (Red+Green+Blue) = 168+149+206=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #A895CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A895CE is #576A31. Grayscale: #A0A0A0. Windows color (decimal): -5728818 or 13538728. OLE color: 13538728.

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

Color convert

RGB 168 149 206 -
CMYK 0.18 0.28 0 0.19
HSL 260º 0.37% 0.7% -
HSV(B) 260º 0.28% 0.81% -
XYZ 38.04 34.28 63 -
YUV 161.18 153.29 132.87 -
System Red Green Blue C M Y K H S L
Decimal 168 149 206 0.18 0.28 0 0.19 260 0.37 0.7
Hex A8 95 CE 12 1C 0 13 104 25 46
Octal 250 225 316 22 34 0 23 404 45 106
Binary 10101000 10010101 11001110 10010 11100 0 10011 100000100 100101 1000110

Color Harmonies of #A895CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A895CE

Black with #A895CE

Text Example


Text Example

White with #A895CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A895CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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