Html Css Color HEX #A497C9 Biloba Flower

📋 copy color: '#A497C9'

red 164 ◦ green 151 ◦ blue 201

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

Shades of Biloba Flower #A497C9

Tints of Biloba Flower #A497C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.95%

R = 31.78%
G = 29.26%
B = 38.95%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A497C9 (or 0xA497C9) is known color: Biloba Flower. HEX triplet: A4, 97 and C9. RGB value is (164,151,201). Sum of RGB (Red+Green+Blue) = 164+151+201=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 201 - color contains mainly: blue. Hex color #A497C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A497C9 is #5B6836. Grayscale: #A0A0A0. Windows color (decimal): -5990455 or 13211556. OLE color: 13211556.

HSL color Cylindrical-coordinate representation of color #A497C9: hue angle of 255.6º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A497C9 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 151 201 -
CMYK 0.18 0.25 0 0.21
HSL 255.6º 0.32% 0.69% -
HSV(B) 255.6º 0.25% 0.79% -
XYZ 36.92 34.24 59.92 -
YUV 160.59 150.81 130.43 -
System Red Green Blue C M Y K H S L
Decimal 164 151 201 0.18 0.25 0 0.21 255.6 0.32 0.69
Hex A4 97 C9 12 19 0 15 100 20 45
Octal 244 227 311 22 31 0 25 400 40 105
Binary 10100100 10010111 11001001 10010 11001 0 10101 100000000 100000 1000101

Color Harmonies of #A497C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A497C9

Black with #A497C9

Text Example


Text Example

White with #A497C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A497C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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