Html Css Color HEX #A994F0 Biloba Flower

📋 copy color: '#A994F0'

red 169 ◦ green 148 ◦ blue 240

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

Shades of Biloba Flower #A994F0

Tints of Biloba Flower #A994F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.09%

R = 30.34%
G = 26.57%
B = 43.09%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A994F0 (or 0xA994F0) is known color: Biloba Flower. HEX triplet: A9, 94 and F0. RGB value is (169,148,240). Sum of RGB (Red+Green+Blue) = 169+148+240=557 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.34% from 557); Green value is 148 (58.20% from 255 or 26.57% from 557); Blue value is 240 (94.14% from 255 or 43.09% from 557); Max value from RGB is 240 - color contains mainly: blue. Hex color #A994F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A994F0 is #566B0F. Grayscale: #A4A4A4. Windows color (decimal): -5663504 or 15766697. OLE color: 15766697.

HSL color Cylindrical-coordinate representation of color #A994F0: hue angle of 253.7º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A994F0 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 169 148 240 -
CMYK 0.30 0.38 0 0.06
HSL 253.7º 0.75% 0.76% -
HSV(B) 253.7º 0.38% 0.94% -
XYZ 42.68 35.91 87.12 -
YUV 164.77 170.46 131.02 -
System Red Green Blue C M Y K H S L
Decimal 169 148 240 0.30 0.38 0 0.06 253.7 0.75 0.76
Hex A9 94 F0 1E 26 0 6 FE 4B 4C
Octal 251 224 360 36 46 0 6 376 113 114
Binary 10101001 10010100 11110000 11110 100110 0 110 11111110 1001011 1001100

Color Harmonies of #A994F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A994F0

Black with #A994F0

Text Example


Text Example

White with #A994F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A994F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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