Html Css Color HEX #A494DA Biloba Flower

📋 copy color: '#A494DA'

red 164 ◦ green 148 ◦ blue 218

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

Shades of Biloba Flower #A494DA

Tints of Biloba Flower #A494DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.13%

R = 30.94%
G = 27.92%
B = 41.13%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A494DA (or 0xA494DA) is known color: Biloba Flower. HEX triplet: A4, 94 and DA. RGB value is (164,148,218). Sum of RGB (Red+Green+Blue) = 164+148+218=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #A494DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A494DA is #5B6B25. Grayscale: #A0A0A0. Windows color (decimal): -5991206 or 14324900. OLE color: 14324900.

HSL color Cylindrical-coordinate representation of color #A494DA: hue angle of 253.71º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A494DA is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 148 218 -
CMYK 0.25 0.32 0 0.15
HSL 253.71º 0.49% 0.72% -
HSV(B) 253.71º 0.32% 0.85% -
XYZ 38.55 34.13 70.89 -
YUV 160.76 160.3 130.31 -
System Red Green Blue C M Y K H S L
Decimal 164 148 218 0.25 0.32 0 0.15 253.71 0.49 0.72
Hex A4 94 DA 19 20 0 F FE 31 48
Octal 244 224 332 31 40 0 17 376 61 110
Binary 10100100 10010100 11011010 11001 100000 0 1111 11111110 110001 1001000

Color Harmonies of #A494DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A494DA

Black with #A494DA

Text Example


Text Example

White with #A494DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A494DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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