Html Css Color HEX #A991DF Biloba Flower

📋 copy color: '#A991DF'

red 169 ◦ green 145 ◦ blue 223

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

Shades of Biloba Flower #A991DF

Tints of Biloba Flower #A991DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.53%

R = 31.47%
G = 27%
B = 41.53%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A991DF (or 0xA991DF) is known color: Biloba Flower. HEX triplet: A9, 91 and DF. RGB value is (169,145,223). Sum of RGB (Red+Green+Blue) = 169+145+223=537 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.47% from 537); Green value is 145 (57.03% from 255 or 27.00% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #A991DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A991DF is #566E20. Grayscale: #A0A0A0. Windows color (decimal): -5664289 or 14651817. OLE color: 14651817.

HSL color Cylindrical-coordinate representation of color #A991DF: hue angle of 258.46º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A991DF is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 145 223 -
CMYK 0.24 0.35 0 0.13
HSL 258.46º 0.55% 0.72% -
HSV(B) 258.46º 0.35% 0.87% -
XYZ 39.81 34.01 74.28 -
YUV 161.07 162.95 133.66 -
System Red Green Blue C M Y K H S L
Decimal 169 145 223 0.24 0.35 0 0.13 258.46 0.55 0.72
Hex A9 91 DF 18 23 0 D 102 37 48
Octal 251 221 337 30 43 0 15 402 67 110
Binary 10101001 10010001 11011111 11000 100011 0 1101 100000010 110111 1001000

Color Harmonies of #A991DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A991DF

Black with #A991DF

Text Example


Text Example

White with #A991DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A991DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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