Html Css Color HEX #A994DA Biloba Flower

📋 copy color: '#A994DA'

red 169 ◦ green 148 ◦ blue 218

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

Shades of Biloba Flower #A994DA

Tints of Biloba Flower #A994DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.75%

R = 31.59%
G = 27.66%
B = 40.75%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A994DA (or 0xA994DA) is known color: Biloba Flower. HEX triplet: A9, 94 and DA. RGB value is (169,148,218). Sum of RGB (Red+Green+Blue) = 169+148+218=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #A994DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A994DA is #566B25. Grayscale: #A1A1A1. Windows color (decimal): -5663526 or 14324905. OLE color: 14324905.

HSL color Cylindrical-coordinate representation of color #A994DA: hue angle of 258º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A994DA is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 148 218 -
CMYK 0.22 0.32 0 0.15
HSL 258º 0.49% 0.72% -
HSV(B) 258º 0.32% 0.85% -
XYZ 39.61 34.68 70.94 -
YUV 162.26 159.46 132.81 -
System Red Green Blue C M Y K H S L
Decimal 169 148 218 0.22 0.32 0 0.15 258 0.49 0.72
Hex A9 94 DA 16 20 0 F 102 31 48
Octal 251 224 332 26 40 0 17 402 61 110
Binary 10101001 10010100 11011010 10110 100000 0 1111 100000010 110001 1001000

Color Harmonies of #A994DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A994DA

Black with #A994DA

Text Example


Text Example

White with #A994DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A994DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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