Html Css Color HEX #A991C6 Biloba Flower

📋 copy color: '#A991C6'

red 169 ◦ green 145 ◦ blue 198

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

Shades of Biloba Flower #A991C6

Tints of Biloba Flower #A991C6

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.32%

 BLUE value IS 198 (77.73% from 255) = 38.67%

R = 33.01%
G = 28.32%
B = 38.67%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A991C6 (or 0xA991C6) is known color: Biloba Flower. HEX triplet: A9, 91 and C6. RGB value is (169,145,198). Sum of RGB (Red+Green+Blue) = 169+145+198=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 198 - color contains mainly: blue. Hex color #A991C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A991C6 is #566E39. Grayscale: #9E9E9E. Windows color (decimal): -5664314 or 13013417. OLE color: 13013417.

HSL color Cylindrical-coordinate representation of color #A991C6: hue angle of 267.17º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A991C6 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 169 145 198 -
CMYK 0.15 0.27 0 0.22
HSL 267.17º 0.32% 0.67% -
HSV(B) 267.17º 0.27% 0.78% -
XYZ 36.68 32.76 57.82 -
YUV 158.22 150.45 135.69 -
System Red Green Blue C M Y K H S L
Decimal 169 145 198 0.15 0.27 0 0.22 267.17 0.32 0.67
Hex A9 91 C6 F 1B 0 16 10B 20 43
Octal 251 221 306 17 33 0 26 413 40 103
Binary 10101001 10010001 11000110 1111 11011 0 10110 100001011 100000 1000011

Color Harmonies of #A991C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A991C6

Black with #A991C6

Text Example


Text Example

White with #A991C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A991C6; }

 p { color: rgb(169,145,198); }

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

background-color css

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

 a { background-color: rgb(169,145,198); }

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

border-color css

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

 span { border-color: rgb(169,145,198); }

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