Html Css Color HEX #A99CC2 Biloba Flower

📋 copy color: '#A99CC2'

red 169 ◦ green 156 ◦ blue 194

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

Shades of Biloba Flower #A99CC2

Tints of Biloba Flower #A99CC2

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.06%

 BLUE value IS 194 (76.17% from 255) = 37.38%

R = 32.56%
G = 30.06%
B = 37.38%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A99CC2 (or 0xA99CC2) is known color: Biloba Flower. HEX triplet: A9, 9C and C2. RGB value is (169,156,194). Sum of RGB (Red+Green+Blue) = 169+156+194=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 194 - color contains mainly: blue. Hex color #A99CC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99CC2 is #56633D. Grayscale: #A4A4A4. Windows color (decimal): -5661502 or 12754089. OLE color: 12754089.

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

Color convert

RGB 169 156 194 -
CMYK 0.13 0.20 0 0.24
HSL 260.53º 0.24% 0.69% -
HSV(B) 260.53º 0.2% 0.76% -
XYZ 37.99 36.11 56.01 -
YUV 164.22 144.81 131.41 -
System Red Green Blue C M Y K H S L
Decimal 169 156 194 0.13 0.20 0 0.24 260.53 0.24 0.69
Hex A9 9C C2 D 14 0 18 105 18 45
Octal 251 234 302 15 24 0 30 405 30 105
Binary 10101001 10011100 11000010 1101 10100 0 11000 100000101 11000 1000101

Color Harmonies of #A99CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99CC2

Black with #A99CC2

Text Example


Text Example

White with #A99CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99CC2; }

 p { color: rgb(169,156,194); }

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

background-color css

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

 a { background-color: rgb(169,156,194); }

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

border-color css

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

 span { border-color: rgb(169,156,194); }

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