Html Css Color HEX #A997ED Biloba Flower

📋 copy color: '#A997ED'

red 169 ◦ green 151 ◦ blue 237

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

Shades of Biloba Flower #A997ED

Tints of Biloba Flower #A997ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.55%

R = 30.34%
G = 27.11%
B = 42.55%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A997ED (or 0xA997ED) is known color: Biloba Flower. HEX triplet: A9, 97 and ED. RGB value is (169,151,237). Sum of RGB (Red+Green+Blue) = 169+151+237=557 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.34% from 557); Green value is 151 (59.38% from 255 or 27.11% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #A997ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A997ED is #566812. Grayscale: #A5A5A5. Windows color (decimal): -5662739 or 15570857. OLE color: 15570857.

HSL color Cylindrical-coordinate representation of color #A997ED: hue angle of 252.56º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A997ED is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 151 237 -
CMYK 0.29 0.36 0 0.07
HSL 252.56º 0.7% 0.76% -
HSV(B) 252.56º 0.36% 0.93% -
XYZ 42.71 36.68 84.95 -
YUV 166.19 167.96 130.01 -
System Red Green Blue C M Y K H S L
Decimal 169 151 237 0.29 0.36 0 0.07 252.56 0.7 0.76
Hex A9 97 ED 1D 24 0 7 FD 46 4C
Octal 251 227 355 35 44 0 7 375 106 114
Binary 10101001 10010111 11101101 11101 100100 0 111 11111101 1000110 1001100

Color Harmonies of #A997ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A997ED

Black with #A997ED

Text Example


Text Example

White with #A997ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A997ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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