Html Css Color HEX #A494FB Biloba Flower

📋 copy color: '#A494FB'

red 164 ◦ green 148 ◦ blue 251

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

Shades of Biloba Flower #A494FB

Tints of Biloba Flower #A494FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.58%

R = 29.13%
G = 26.29%
B = 44.58%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A494FB (or 0xA494FB) is known color: Biloba Flower. HEX triplet: A4, 94 and FB. RGB value is (164,148,251). Sum of RGB (Red+Green+Blue) = 164+148+251=563 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.13% from 563); Green value is 148 (58.20% from 255 or 26.29% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #A494FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A494FB is #5B6B04. Grayscale: #A4A4A4. Windows color (decimal): -5991173 or 16487588. OLE color: 16487588.

HSL color Cylindrical-coordinate representation of color #A494FB: hue angle of 249.32º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A494FB is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 148 251 -
CMYK 0.35 0.41 0 0.02
HSL 249.32º 0.93% 0.78% -
HSV(B) 249.32º 0.41% 0.98% -
XYZ 43.31 36.04 95.94 -
YUV 164.53 176.8 127.62 -
System Red Green Blue C M Y K H S L
Decimal 164 148 251 0.35 0.41 0 0.02 249.32 0.93 0.78
Hex A4 94 FB 23 29 0 2 F9 5D 4E
Octal 244 224 373 43 51 0 2 371 135 116
Binary 10100100 10010100 11111011 100011 101001 0 10 11111001 1011101 1001110

Color Harmonies of #A494FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A494FB

Black with #A494FB

Text Example


Text Example

White with #A494FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A494FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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