Html Css Color HEX #A999D5 Biloba Flower

📋 copy color: '#A999D5'

red 169 ◦ green 153 ◦ blue 213

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

Shades of Biloba Flower #A999D5

Tints of Biloba Flower #A999D5

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.6%

 BLUE value IS 213 (83.59% from 255) = 39.81%

R = 31.59%
G = 28.6%
B = 39.81%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A999D5 (or 0xA999D5) is known color: Biloba Flower. HEX triplet: A9, 99 and D5. RGB value is (169,153,213). Sum of RGB (Red+Green+Blue) = 169+153+213=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 213 - color contains mainly: blue. Hex color #A999D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A999D5 is #56662A. Grayscale: #A4A4A4. Windows color (decimal): -5662251 or 13998505. OLE color: 13998505.

HSL color Cylindrical-coordinate representation of color #A999D5: hue angle of 256º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A999D5 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 169 153 213 -
CMYK 0.21 0.28 0 0.16
HSL 256º 0.42% 0.72% -
HSV(B) 256º 0.28% 0.84% -
XYZ 39.76 36.02 67.81 -
YUV 164.62 155.3 131.12 -
System Red Green Blue C M Y K H S L
Decimal 169 153 213 0.21 0.28 0 0.16 256 0.42 0.72
Hex A9 99 D5 15 1C 0 10 100 2A 48
Octal 251 231 325 25 34 0 20 400 52 110
Binary 10101001 10011001 11010101 10101 11100 0 10000 100000000 101010 1001000

Color Harmonies of #A999D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A999D5

Black with #A999D5

Text Example


Text Example

White with #A999D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A999D5; }

 p { color: rgb(169,153,213); }

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

background-color css

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

 a { background-color: rgb(169,153,213); }

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

border-color css

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

 span { border-color: rgb(169,153,213); }

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