Html Css Color HEX #A497FE Biloba Flower

📋 copy color: '#A497FE'

red 164 ◦ green 151 ◦ blue 254

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

Shades of Biloba Flower #A497FE

Tints of Biloba Flower #A497FE

RGB

 RED value IS 164 (64.45% from 255) = 28.82%

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

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

R = 28.82%
G = 26.54%
B = 44.64%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A497FE (or 0xA497FE) is known color: Biloba Flower. HEX triplet: A4, 97 and FE. RGB value is (164,151,254). Sum of RGB (Red+Green+Blue) = 164+151+254=569 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.82% from 569); Green value is 151 (59.38% from 255 or 26.54% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #A497FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A497FE is #5B6801. Grayscale: #A6A6A6. Windows color (decimal): -5990402 or 16684964. OLE color: 16684964.

HSL color Cylindrical-coordinate representation of color #A497FE: hue angle of 247.57º 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 #A497FE is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 164 151 254 -
CMYK 0.35 0.41 0 0.00
HSL 247.57º 0.98% 0.79% -
HSV(B) 247.57º 0.41% 1% -
XYZ 44.27 37.18 98.61 -
YUV 166.63 177.31 126.12 -
System Red Green Blue C M Y K H S L
Decimal 164 151 254 0.35 0.41 0 0.00 247.57 0.98 0.79
Hex A4 97 FE 23 29 0 0 F8 62 4F
Octal 244 227 376 43 51 0 0 370 142 117
Binary 10100100 10010111 11111110 100011 101001 0 0 11111000 1100010 1001111

Color Harmonies of #A497FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A497FE

Black with #A497FE

Text Example


Text Example

White with #A497FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A497FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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