Html Css Color HEX #A992C5 Biloba Flower

📋 copy color: '#A992C5'

red 169 ◦ green 146 ◦ blue 197

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

Shades of Biloba Flower #A992C5

Tints of Biloba Flower #A992C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.48%

R = 33.01%
G = 28.52%
B = 38.48%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A992C5 (or 0xA992C5) is known color: Biloba Flower. HEX triplet: A9, 92 and C5. RGB value is (169,146,197). Sum of RGB (Red+Green+Blue) = 169+146+197=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 197 - color contains mainly: blue. Hex color #A992C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A992C5 is #566D3A. Grayscale: #9E9E9E. Windows color (decimal): -5664059 or 12948137. OLE color: 12948137.

HSL color Cylindrical-coordinate representation of color #A992C5: hue angle of 267.06º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A992C5 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 169 146 197 -
CMYK 0.14 0.26 0 0.23
HSL 267.06º 0.31% 0.67% -
HSV(B) 267.06º 0.26% 0.77% -
XYZ 36.72 33.02 57.26 -
YUV 158.69 149.62 135.35 -
System Red Green Blue C M Y K H S L
Decimal 169 146 197 0.14 0.26 0 0.23 267.06 0.31 0.67
Hex A9 92 C5 E 1A 0 17 10B 1F 43
Octal 251 222 305 16 32 0 27 413 37 103
Binary 10101001 10010010 11000101 1110 11010 0 10111 100001011 11111 1000011

Color Harmonies of #A992C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A992C5

Black with #A992C5

Text Example


Text Example

White with #A992C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A992C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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