Html Css Color HEX #A994D8 Biloba Flower

📋 copy color: '#A994D8'

red 169 ◦ green 148 ◦ blue 216

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

Shades of Biloba Flower #A994D8

Tints of Biloba Flower #A994D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.53%

R = 31.71%
G = 27.77%
B = 40.53%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A994D8 (or 0xA994D8) is known color: Biloba Flower. HEX triplet: A9, 94 and D8. RGB value is (169,148,216). Sum of RGB (Red+Green+Blue) = 169+148+216=533 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.71% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 216 - color contains mainly: blue. Hex color #A994D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A994D8 is #566B27. Grayscale: #A1A1A1. Windows color (decimal): -5663528 or 14193833. OLE color: 14193833.

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

Color convert

RGB 169 148 216 -
CMYK 0.22 0.31 0 0.15
HSL 258.53º 0.47% 0.71% -
HSV(B) 258.53º 0.31% 0.85% -
XYZ 39.35 34.57 69.57 -
YUV 162.03 158.46 132.97 -
System Red Green Blue C M Y K H S L
Decimal 169 148 216 0.22 0.31 0 0.15 258.53 0.47 0.71
Hex A9 94 D8 16 1F 0 F 103 2F 47
Octal 251 224 330 26 37 0 17 403 57 107
Binary 10101001 10010100 11011000 10110 11111 0 1111 100000011 101111 1000111

Color Harmonies of #A994D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A994D8

Black with #A994D8

Text Example


Text Example

White with #A994D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A994D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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