Html Css Color HEX #A992C7 Biloba Flower

📋 copy color: '#A992C7'

red 169 ◦ green 146 ◦ blue 199

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

Shades of Biloba Flower #A992C7

Tints of Biloba Flower #A992C7

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.4%

 BLUE value IS 199 (78.13% from 255) = 38.72%

R = 32.88%
G = 28.4%
B = 38.72%

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

#A992C7 (or 0xA992C7) is known color: Biloba Flower. HEX triplet: A9, 92 and C7. RGB value is (169,146,199). Sum of RGB (Red+Green+Blue) = 169+146+199=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 199 (78.12% from 255 or 38.72% from 514); Max value from RGB is 199 - color contains mainly: blue. Hex color #A992C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A992C7 is #566D38. Grayscale: #9E9E9E. Windows color (decimal): -5664057 or 13079209. OLE color: 13079209.

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

Color convert

RGB 169 146 199 -
CMYK 0.15 0.27 0 0.22
HSL 266.04º 0.32% 0.68% -
HSV(B) 266.04º 0.27% 0.78% -
XYZ 36.95 33.12 58.48 -
YUV 158.92 150.62 135.19 -
System Red Green Blue C M Y K H S L
Decimal 169 146 199 0.15 0.27 0 0.22 266.04 0.32 0.68
Hex A9 92 C7 F 1B 0 16 10A 20 44
Octal 251 222 307 17 33 0 26 412 40 104
Binary 10101001 10010010 11000111 1111 11011 0 10110 100001010 100000 1000100

Color Harmonies of #A992C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A992C7

Black with #A992C7

Text Example


Text Example

White with #A992C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A992C7; }

 p { color: rgb(169,146,199); }

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

background-color css

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

 a { background-color: rgb(169,146,199); }

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

border-color css

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

 span { border-color: rgb(169,146,199); }

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