Html Css Color HEX #A894C9 Biloba Flower

📋 copy color: '#A894C9'

red 168 ◦ green 148 ◦ blue 201

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

Shades of Biloba Flower #A894C9

Tints of Biloba Flower #A894C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.88%

R = 32.5%
G = 28.63%
B = 38.88%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A894C9 (or 0xA894C9) is known color: Biloba Flower. HEX triplet: A8, 94 and C9. RGB value is (168,148,201). Sum of RGB (Red+Green+Blue) = 168+148+201=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 201 - color contains mainly: blue. Hex color #A894C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A894C9 is #576B36. Grayscale: #9F9F9F. Windows color (decimal): -5729079 or 13210792. OLE color: 13210792.

HSL color Cylindrical-coordinate representation of color #A894C9: hue angle of 262.64º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A894C9 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 148 201 -
CMYK 0.16 0.26 0 0.21
HSL 262.64º 0.33% 0.68% -
HSV(B) 262.64º 0.26% 0.79% -
XYZ 37.28 33.72 59.8 -
YUV 160.02 151.13 133.69 -
System Red Green Blue C M Y K H S L
Decimal 168 148 201 0.16 0.26 0 0.21 262.64 0.33 0.68
Hex A8 94 C9 10 1A 0 15 107 21 44
Octal 250 224 311 20 32 0 25 407 41 104
Binary 10101000 10010100 11001001 10000 11010 0 10101 100000111 100001 1000100

Color Harmonies of #A894C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A894C9

Black with #A894C9

Text Example


Text Example

White with #A894C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A894C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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