Html Css Color HEX #A494CE Biloba Flower

📋 copy color: '#A494CE'

red 164 ◦ green 148 ◦ blue 206

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

Shades of Biloba Flower #A494CE

Tints of Biloba Flower #A494CE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.57%

 BLUE value IS 206 (80.86% from 255) = 39.77%

R = 31.66%
G = 28.57%
B = 39.77%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A494CE (or 0xA494CE) is known color: Biloba Flower. HEX triplet: A4, 94 and CE. RGB value is (164,148,206). Sum of RGB (Red+Green+Blue) = 164+148+206=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #A494CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A494CE is #5B6B31. Grayscale: #9F9F9F. Windows color (decimal): -5991218 or 13538468. OLE color: 13538468.

HSL color Cylindrical-coordinate representation of color #A494CE: hue angle of 256.55º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A494CE is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 148 206 -
CMYK 0.20 0.28 0 0.19
HSL 256.55º 0.37% 0.69% -
HSV(B) 256.55º 0.28% 0.81% -
XYZ 37.04 33.53 62.91 -
YUV 159.4 154.3 131.28 -
System Red Green Blue C M Y K H S L
Decimal 164 148 206 0.20 0.28 0 0.19 256.55 0.37 0.69
Hex A4 94 CE 14 1C 0 13 101 25 45
Octal 244 224 316 24 34 0 23 401 45 105
Binary 10100100 10010100 11001110 10100 11100 0 10011 100000001 100101 1000101

Color Harmonies of #A494CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A494CE

Black with #A494CE

Text Example


Text Example

White with #A494CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A494CE; }

 p { color: rgb(164,148,206); }

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

background-color css

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

 a { background-color: rgb(164,148,206); }

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

border-color css

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

 span { border-color: rgb(164,148,206); }

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