Html Css Color HEX #A993DA Biloba Flower

📋 copy color: '#A993DA'

red 169 ◦ green 147 ◦ blue 218

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

Shades of Biloba Flower #A993DA

Tints of Biloba Flower #A993DA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.53%

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

R = 31.65%
G = 27.53%
B = 40.82%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A993DA (or 0xA993DA) is known color: Biloba Flower. HEX triplet: A9, 93 and DA. RGB value is (169,147,218). Sum of RGB (Red+Green+Blue) = 169+147+218=534 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.65% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #A993DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A993DA is #566C25. Grayscale: #A1A1A1. Windows color (decimal): -5663782 or 14324649. OLE color: 14324649.

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

Color convert

RGB 169 147 218 -
CMYK 0.22 0.33 0 0.15
HSL 258.59º 0.49% 0.72% -
HSV(B) 258.59º 0.33% 0.85% -
XYZ 39.45 34.36 70.88 -
YUV 161.67 159.79 133.23 -
System Red Green Blue C M Y K H S L
Decimal 169 147 218 0.22 0.33 0 0.15 258.59 0.49 0.72
Hex A9 93 DA 16 21 0 F 103 31 48
Octal 251 223 332 26 41 0 17 403 61 110
Binary 10101001 10010011 11011010 10110 100001 0 1111 100000011 110001 1001000

Color Harmonies of #A993DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A993DA

Black with #A993DA

Text Example


Text Example

White with #A993DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A993DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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