Html Css Color HEX #A997EE Biloba Flower

📋 copy color: '#A997EE'

red 169 ◦ green 151 ◦ blue 238

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

Shades of Biloba Flower #A997EE

Tints of Biloba Flower #A997EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.65%

R = 30.29%
G = 27.06%
B = 42.65%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A997EE (or 0xA997EE) is known color: Biloba Flower. HEX triplet: A9, 97 and EE. RGB value is (169,151,238). Sum of RGB (Red+Green+Blue) = 169+151+238=558 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.29% from 558); Green value is 151 (59.38% from 255 or 27.06% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #A997EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A997EE is #566811. Grayscale: #A5A5A5. Windows color (decimal): -5662738 or 15636393. OLE color: 15636393.

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

Color convert

RGB 169 151 238 -
CMYK 0.29 0.37 0 0.07
HSL 252.41º 0.72% 0.76% -
HSV(B) 252.41º 0.37% 0.93% -
XYZ 42.86 36.74 85.72 -
YUV 166.3 168.46 129.93 -
System Red Green Blue C M Y K H S L
Decimal 169 151 238 0.29 0.37 0 0.07 252.41 0.72 0.76
Hex A9 97 EE 1D 25 0 7 FC 48 4C
Octal 251 227 356 35 45 0 7 374 110 114
Binary 10101001 10010111 11101110 11101 100101 0 111 11111100 1001000 1001100

Color Harmonies of #A997EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A997EE

Black with #A997EE

Text Example


Text Example

White with #A997EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A997EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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