Html Css Color HEX #A994ED Biloba Flower

📋 copy color: '#A994ED'

red 169 ◦ green 148 ◦ blue 237

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

Shades of Biloba Flower #A994ED

Tints of Biloba Flower #A994ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.78%

R = 30.51%
G = 26.71%
B = 42.78%

CMYK

 C value IS 0.29

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A994ED (or 0xA994ED) is known color: Biloba Flower. HEX triplet: A9, 94 and ED. RGB value is (169,148,237). Sum of RGB (Red+Green+Blue) = 169+148+237=554 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.51% from 554); Green value is 148 (58.20% from 255 or 26.71% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #A994ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A994ED is #566B12. Grayscale: #A4A4A4. Windows color (decimal): -5663507 or 15570089. OLE color: 15570089.

HSL color Cylindrical-coordinate representation of color #A994ED: hue angle of 254.16º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A994ED is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 148 237 -
CMYK 0.29 0.38 0 0.07
HSL 254.16º 0.71% 0.75% -
HSV(B) 254.16º 0.38% 0.93% -
XYZ 42.24 35.73 84.79 -
YUV 164.43 168.96 131.26 -
System Red Green Blue C M Y K H S L
Decimal 169 148 237 0.29 0.38 0 0.07 254.16 0.71 0.75
Hex A9 94 ED 1D 26 0 7 FE 47 4B
Octal 251 224 355 35 46 0 7 376 107 113
Binary 10101001 10010100 11101101 11101 100110 0 111 11111110 1000111 1001011

Color Harmonies of #A994ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A994ED

Black with #A994ED

Text Example


Text Example

White with #A994ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A994ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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