Html Css Color HEX #A999C3 Biloba Flower

📋 copy color: '#A999C3'

red 169 ◦ green 153 ◦ blue 195

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

Shades of Biloba Flower #A999C3

Tints of Biloba Flower #A999C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.72%

R = 32.69%
G = 29.59%
B = 37.72%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A999C3 (or 0xA999C3) is known color: Biloba Flower. HEX triplet: A9, 99 and C3. RGB value is (169,153,195). Sum of RGB (Red+Green+Blue) = 169+153+195=517 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.69% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 195 (76.56% from 255 or 37.72% from 517); Max value from RGB is 195 - color contains mainly: blue. Hex color #A999C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A999C3 is #56663C. Grayscale: #A2A2A2. Windows color (decimal): -5662269 or 12818857. OLE color: 12818857.

HSL color Cylindrical-coordinate representation of color #A999C3: hue angle of 262.86º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A999C3 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 169 153 195 -
CMYK 0.13 0.22 0 0.24
HSL 262.86º 0.26% 0.68% -
HSV(B) 262.86º 0.22% 0.76% -
XYZ 37.6 35.16 56.43 -
YUV 162.57 146.3 132.58 -
System Red Green Blue C M Y K H S L
Decimal 169 153 195 0.13 0.22 0 0.24 262.86 0.26 0.68
Hex A9 99 C3 D 16 0 18 107 1A 44
Octal 251 231 303 15 26 0 30 407 32 104
Binary 10101001 10011001 11000011 1101 10110 0 11000 100000111 11010 1000100

Color Harmonies of #A999C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A999C3

Black with #A999C3

Text Example


Text Example

White with #A999C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A999C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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