Html Css Color HEX #A997E5 Biloba Flower

📋 copy color: '#A997E5'

red 169 ◦ green 151 ◦ blue 229

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

Shades of Biloba Flower #A997E5

Tints of Biloba Flower #A997E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.71%

R = 30.78%
G = 27.5%
B = 41.71%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A997E5 (or 0xA997E5) is known color: Biloba Flower. HEX triplet: A9, 97 and E5. RGB value is (169,151,229). Sum of RGB (Red+Green+Blue) = 169+151+229=549 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.78% from 549); Green value is 151 (59.38% from 255 or 27.50% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 229 - color contains mainly: blue. Hex color #A997E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A997E5 is #56681A. Grayscale: #A4A4A4. Windows color (decimal): -5662747 or 15046569. OLE color: 15046569.

HSL color Cylindrical-coordinate representation of color #A997E5: hue angle of 253.85º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A997E5 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 169 151 229 -
CMYK 0.26 0.34 0 0.10
HSL 253.85º 0.6% 0.75% -
HSV(B) 253.85º 0.34% 0.9% -
XYZ 41.57 36.23 78.93 -
YUV 165.27 163.96 130.66 -
System Red Green Blue C M Y K H S L
Decimal 169 151 229 0.26 0.34 0 0.10 253.85 0.6 0.75
Hex A9 97 E5 1A 22 0 A FE 3C 4B
Octal 251 227 345 32 42 0 12 376 74 113
Binary 10101001 10010111 11100101 11010 100010 0 1010 11111110 111100 1001011

Color Harmonies of #A997E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A997E5

Black with #A997E5

Text Example


Text Example

White with #A997E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A997E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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