Html Css Color HEX #A994FF Biloba Flower

📋 copy color: '#A994FF'

red 169 ◦ green 148 ◦ blue 255

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

Shades of Biloba Flower #A994FF

Tints of Biloba Flower #A994FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.58%

R = 29.55%
G = 25.87%
B = 44.58%

CMYK

 C value IS 0.34

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A994FF (or 0xA994FF) is known color: Biloba Flower. HEX triplet: A9, 94 and FF. RGB value is (169,148,255). Sum of RGB (Red+Green+Blue) = 169+148+255=572 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.55% from 572); Green value is 148 (58.20% from 255 or 25.87% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #A994FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A994FF is #566B00. Grayscale: #A6A6A6. Windows color (decimal): -5663489 or 16749737. OLE color: 16749737.

HSL color Cylindrical-coordinate representation of color #A994FF: hue angle of 251.78º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A994FF is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 169 148 255 -
CMYK 0.34 0.42 0 0
HSL 251.78º 1% 0.79% -
HSV(B) 251.78º 0.42% 1% -
XYZ 45 36.83 99.35 -
YUV 166.48 177.96 129.8 -
System Red Green Blue C M Y K H S L
Decimal 169 148 255 0.34 0.42 0 0 251.78 1 0.79
Hex A9 94 FF 22 2A 0 0 FC 64 4F
Octal 251 224 377 42 52 0 0 374 144 117
Binary 10101001 10010100 11111111 100010 101010 0 0 11111100 1100100 1001111

Color Harmonies of #A994FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A994FF

Black with #A994FF

Text Example


Text Example

White with #A994FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A994FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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