Html Css Color HEX #A894D9 Biloba Flower

📋 copy color: '#A894D9'

red 168 ◦ green 148 ◦ blue 217

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

Shades of Biloba Flower #A894D9

Tints of Biloba Flower #A894D9

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.77%

 BLUE value IS 217 (85.16% from 255) = 40.71%

R = 31.52%
G = 27.77%
B = 40.71%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A894D9 (or 0xA894D9) is known color: Biloba Flower. HEX triplet: A8, 94 and D9. RGB value is (168,148,217). Sum of RGB (Red+Green+Blue) = 168+148+217=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 217 (85.16% from 255 or 40.71% from 533); Max value from RGB is 217 - color contains mainly: blue. Hex color #A894D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A894D9 is #576B26. Grayscale: #A1A1A1. Windows color (decimal): -5729063 or 14259368. OLE color: 14259368.

HSL color Cylindrical-coordinate representation of color #A894D9: hue angle of 257.39º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A894D9 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 148 217 -
CMYK 0.23 0.32 0 0.15
HSL 257.39º 0.48% 0.72% -
HSV(B) 257.39º 0.32% 0.85% -
XYZ 39.26 34.51 70.24 -
YUV 161.85 159.13 132.39 -
System Red Green Blue C M Y K H S L
Decimal 168 148 217 0.23 0.32 0 0.15 257.39 0.48 0.72
Hex A8 94 D9 17 20 0 F 101 30 48
Octal 250 224 331 27 40 0 17 401 60 110
Binary 10101000 10010100 11011001 10111 100000 0 1111 100000001 110000 1001000

Color Harmonies of #A894D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A894D9

Black with #A894D9

Text Example


Text Example

White with #A894D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A894D9; }

 p { color: rgb(168,148,217); }

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

background-color css

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

 a { background-color: rgb(168,148,217); }

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

border-color css

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

 span { border-color: rgb(168,148,217); }

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