Html Css Color HEX #A997EA Biloba Flower

📋 copy color: '#A997EA'

red 169 ◦ green 151 ◦ blue 234

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

Shades of Biloba Flower #A997EA

Tints of Biloba Flower #A997EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.24%

R = 30.51%
G = 27.26%
B = 42.24%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A997EA (or 0xA997EA) is known color: Biloba Flower. HEX triplet: A9, 97 and EA. RGB value is (169,151,234). Sum of RGB (Red+Green+Blue) = 169+151+234=554 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.51% from 554); Green value is 151 (59.38% from 255 or 27.26% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #A997EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A997EA is #566815. Grayscale: #A5A5A5. Windows color (decimal): -5662742 or 15374249. OLE color: 15374249.

HSL color Cylindrical-coordinate representation of color #A997EA: hue angle of 253.01º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A997EA is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 151 234 -
CMYK 0.28 0.35 0 0.08
HSL 253.01º 0.66% 0.75% -
HSV(B) 253.01º 0.35% 0.92% -
XYZ 42.28 36.51 82.66 -
YUV 165.84 166.46 130.25 -
System Red Green Blue C M Y K H S L
Decimal 169 151 234 0.28 0.35 0 0.08 253.01 0.66 0.75
Hex A9 97 EA 1C 23 0 8 FD 42 4B
Octal 251 227 352 34 43 0 10 375 102 113
Binary 10101001 10010111 11101010 11100 100011 0 1000 11111101 1000010 1001011

Color Harmonies of #A997EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A997EA

Black with #A997EA

Text Example


Text Example

White with #A997EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A997EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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