Html Css Color HEX #A997FE Biloba Flower

📋 copy color: '#A997FE'

red 169 ◦ green 151 ◦ blue 254

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

Shades of Biloba Flower #A997FE

Tints of Biloba Flower #A997FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.25%

R = 29.44%
G = 26.31%
B = 44.25%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A997FE (or 0xA997FE) is known color: Biloba Flower. HEX triplet: A9, 97 and FE. RGB value is (169,151,254). Sum of RGB (Red+Green+Blue) = 169+151+254=574 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.44% from 574); Green value is 151 (59.38% from 255 or 26.31% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #A997FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A997FE is #566801. Grayscale: #A7A7A7. Windows color (decimal): -5662722 or 16684969. OLE color: 16684969.

HSL color Cylindrical-coordinate representation of color #A997FE: hue angle of 250.49º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A997FE is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 169 151 254 -
CMYK 0.33 0.41 0 0.00
HSL 250.49º 0.98% 0.79% -
HSV(B) 250.49º 0.41% 1% -
XYZ 45.32 37.72 98.66 -
YUV 168.12 176.46 128.62 -
System Red Green Blue C M Y K H S L
Decimal 169 151 254 0.33 0.41 0 0.00 250.49 0.98 0.79
Hex A9 97 FE 21 29 0 0 FA 62 4F
Octal 251 227 376 41 51 0 0 372 142 117
Binary 10101001 10010111 11111110 100001 101001 0 0 11111010 1100010 1001111

Color Harmonies of #A997FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A997FE

Black with #A997FE

Text Example


Text Example

White with #A997FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A997FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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