Html Css Color HEX #A994E5 Biloba Flower

📋 copy color: '#A994E5'

red 169 ◦ green 148 ◦ blue 229

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

Shades of Biloba Flower #A994E5

Tints of Biloba Flower #A994E5

RGB

 RED value IS 169 (66.41% from 255) = 30.95%

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

 BLUE value IS 229 (89.84% from 255) = 41.94%

R = 30.95%
G = 27.11%
B = 41.94%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A994E5 (or 0xA994E5) is known color: Biloba Flower. HEX triplet: A9, 94 and E5. RGB value is (169,148,229). Sum of RGB (Red+Green+Blue) = 169+148+229=546 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.95% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #A994E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A994E5 is #566B1A. Grayscale: #A3A3A3. Windows color (decimal): -5663515 or 15045801. OLE color: 15045801.

HSL color Cylindrical-coordinate representation of color #A994E5: hue angle of 255.56º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A994E5 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 169 148 229 -
CMYK 0.26 0.35 0 0.10
HSL 255.56º 0.61% 0.74% -
HSV(B) 255.56º 0.35% 0.9% -
XYZ 41.09 35.27 78.77 -
YUV 163.51 164.96 131.91 -
System Red Green Blue C M Y K H S L
Decimal 169 148 229 0.26 0.35 0 0.10 255.56 0.61 0.74
Hex A9 94 E5 1A 23 0 A 100 3D 4A
Octal 251 224 345 32 43 0 12 400 75 112
Binary 10101001 10010100 11100101 11010 100011 0 1010 100000000 111101 1001010

Color Harmonies of #A994E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A994E5

Black with #A994E5

Text Example


Text Example

White with #A994E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A994E5; }

 p { color: rgb(169,148,229); }

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

background-color css

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

 a { background-color: rgb(169,148,229); }

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

border-color css

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

 span { border-color: rgb(169,148,229); }

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