Html Css Color HEX #A894D7 Biloba Flower

📋 copy color: '#A894D7'

red 168 ◦ green 148 ◦ blue 215

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

Shades of Biloba Flower #A894D7

Tints of Biloba Flower #A894D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.49%

R = 31.64%
G = 27.87%
B = 40.49%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A894D7 (or 0xA894D7) is known color: Biloba Flower. HEX triplet: A8, 94 and D7. RGB value is (168,148,215). Sum of RGB (Red+Green+Blue) = 168+148+215=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 215 (84.38% from 255 or 40.49% from 531); Max value from RGB is 215 - color contains mainly: blue. Hex color #A894D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A894D7 is #576B28. Grayscale: #A1A1A1. Windows color (decimal): -5729065 or 14128296. OLE color: 14128296.

HSL color Cylindrical-coordinate representation of color #A894D7: hue angle of 257.91º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A894D7 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 148 215 -
CMYK 0.22 0.31 0 0.16
HSL 257.91º 0.46% 0.71% -
HSV(B) 257.91º 0.31% 0.84% -
XYZ 39 34.41 68.88 -
YUV 161.62 158.13 132.55 -
System Red Green Blue C M Y K H S L
Decimal 168 148 215 0.22 0.31 0 0.16 257.91 0.46 0.71
Hex A8 94 D7 16 1F 0 10 102 2E 47
Octal 250 224 327 26 37 0 20 402 56 107
Binary 10101000 10010100 11010111 10110 11111 0 10000 100000010 101110 1000111

Color Harmonies of #A894D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A894D7

Black with #A894D7

Text Example


Text Example

White with #A894D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A894D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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