Html Css Color HEX #A994D9 Biloba Flower

📋 copy color: '#A994D9'

red 169 ◦ green 148 ◦ blue 217

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

Shades of Biloba Flower #A994D9

Tints of Biloba Flower #A994D9

RGB

 RED value IS 169 (66.41% from 255) = 31.65%

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

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

R = 31.65%
G = 27.72%
B = 40.64%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A994D9 (or 0xA994D9) is known color: Biloba Flower. HEX triplet: A9, 94 and D9. RGB value is (169,148,217). Sum of RGB (Red+Green+Blue) = 169+148+217=534 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.65% from 534); Green value is 148 (58.20% from 255 or 27.72% from 534); Blue value is 217 (85.16% from 255 or 40.64% from 534); Max value from RGB is 217 - color contains mainly: blue. Hex color #A994D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A994D9 is #566B26. Grayscale: #A1A1A1. Windows color (decimal): -5663527 or 14259369. OLE color: 14259369.

HSL color Cylindrical-coordinate representation of color #A994D9: hue angle of 258.26º 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 #A994D9 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 148 217 -
CMYK 0.22 0.32 0 0.15
HSL 258.26º 0.48% 0.72% -
HSV(B) 258.26º 0.32% 0.85% -
XYZ 39.48 34.62 70.25 -
YUV 162.15 158.96 132.89 -
System Red Green Blue C M Y K H S L
Decimal 169 148 217 0.22 0.32 0 0.15 258.26 0.48 0.72
Hex A9 94 D9 16 20 0 F 102 30 48
Octal 251 224 331 26 40 0 17 402 60 110
Binary 10101001 10010100 11011001 10110 100000 0 1111 100000010 110000 1001000

Color Harmonies of #A994D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A994D9

Black with #A994D9

Text Example


Text Example

White with #A994D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A994D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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