Html Css Color HEX #A997E9 Biloba Flower

📋 copy color: '#A997E9'

red 169 ◦ green 151 ◦ blue 233

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

Shades of Biloba Flower #A997E9

Tints of Biloba Flower #A997E9

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.31%

 BLUE value IS 233 (91.41% from 255) = 42.13%

R = 30.56%
G = 27.31%
B = 42.13%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A997E9 (or 0xA997E9) is known color: Biloba Flower. HEX triplet: A9, 97 and E9. RGB value is (169,151,233). Sum of RGB (Red+Green+Blue) = 169+151+233=553 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.56% from 553); Green value is 151 (59.38% from 255 or 27.31% from 553); Blue value is 233 (91.41% from 255 or 42.13% from 553); Max value from RGB is 233 - color contains mainly: blue. Hex color #A997E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A997E9 is #566816. Grayscale: #A5A5A5. Windows color (decimal): -5662743 or 15308713. OLE color: 15308713.

HSL color Cylindrical-coordinate representation of color #A997E9: hue angle of 253.17º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A997E9 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 169 151 233 -
CMYK 0.27 0.35 0 0.09
HSL 253.17º 0.65% 0.75% -
HSV(B) 253.17º 0.35% 0.91% -
XYZ 42.14 36.45 81.91 -
YUV 165.73 165.96 130.33 -
System Red Green Blue C M Y K H S L
Decimal 169 151 233 0.27 0.35 0 0.09 253.17 0.65 0.75
Hex A9 97 E9 1B 23 0 9 FD 41 4B
Octal 251 227 351 33 43 0 11 375 101 113
Binary 10101001 10010111 11101001 11011 100011 0 1001 11111101 1000001 1001011

Color Harmonies of #A997E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A997E9

Black with #A997E9

Text Example


Text Example

White with #A997E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A997E9; }

 p { color: rgb(169,151,233); }

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

background-color css

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

 a { background-color: rgb(169,151,233); }

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

border-color css

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

 span { border-color: rgb(169,151,233); }

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