Html Css Color HEX #A997F5 Biloba Flower

📋 copy color: '#A997F5'

red 169 ◦ green 151 ◦ blue 245

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

Shades of Biloba Flower #A997F5

Tints of Biloba Flower #A997F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 43.36%

R = 29.91%
G = 26.73%
B = 43.36%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A997F5 (or 0xA997F5) is known color: Biloba Flower. HEX triplet: A9, 97 and F5. RGB value is (169,151,245). Sum of RGB (Red+Green+Blue) = 169+151+245=565 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.91% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 245 (96.09% from 255 or 43.36% from 565); Max value from RGB is 245 - color contains mainly: blue. Hex color #A997F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A997F5 is #56680A. Grayscale: #A6A6A6. Windows color (decimal): -5662731 or 16095145. OLE color: 16095145.

HSL color Cylindrical-coordinate representation of color #A997F5: hue angle of 251.49º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A997F5 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 169 151 245 -
CMYK 0.31 0.38 0 0.04
HSL 251.49º 0.82% 0.78% -
HSV(B) 251.49º 0.38% 0.96% -
XYZ 43.91 37.16 91.24 -
YUV 167.1 171.96 129.36 -
System Red Green Blue C M Y K H S L
Decimal 169 151 245 0.31 0.38 0 0.04 251.49 0.82 0.78
Hex A9 97 F5 1F 26 0 4 FB 52 4E
Octal 251 227 365 37 46 0 4 373 122 116
Binary 10101001 10010111 11110101 11111 100110 0 100 11111011 1010010 1001110

Color Harmonies of #A997F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A997F5

Black with #A997F5

Text Example


Text Example

White with #A997F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A997F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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