Html Css Color HEX #A497CA Biloba Flower

📋 copy color: '#A497CA'

red 164 ◦ green 151 ◦ blue 202

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

Shades of Biloba Flower #A497CA

Tints of Biloba Flower #A497CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.07%

R = 31.72%
G = 29.21%
B = 39.07%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A497CA (or 0xA497CA) is known color: Biloba Flower. HEX triplet: A4, 97 and CA. RGB value is (164,151,202). Sum of RGB (Red+Green+Blue) = 164+151+202=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 151 (59.38% from 255 or 29.21% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #A497CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A497CA is #5B6835. Grayscale: #A0A0A0. Windows color (decimal): -5990454 or 13277092. OLE color: 13277092.

HSL color Cylindrical-coordinate representation of color #A497CA: hue angle of 255.29º 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 #A497CA is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 151 202 -
CMYK 0.19 0.25 0 0.21
HSL 255.29º 0.32% 0.69% -
HSV(B) 255.29º 0.25% 0.79% -
XYZ 37.04 34.29 60.54 -
YUV 160.7 151.31 130.35 -
System Red Green Blue C M Y K H S L
Decimal 164 151 202 0.19 0.25 0 0.21 255.29 0.32 0.69
Hex A4 97 CA 13 19 0 15 FF 20 45
Octal 244 227 312 23 31 0 25 377 40 105
Binary 10100100 10010111 11001010 10011 11001 0 10101 11111111 100000 1000101

Color Harmonies of #A497CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A497CA

Black with #A497CA

Text Example


Text Example

White with #A497CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A497CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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