Html Css Color HEX #AD94DA Biloba Flower

📋 copy color: '#AD94DA'

red 173 ◦ green 148 ◦ blue 218

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

Shades of Biloba Flower #AD94DA

Tints of Biloba Flower #AD94DA

RGB

 RED value IS 173 (67.97% from 255) = 32.1%

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

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

R = 32.1%
G = 27.46%
B = 40.45%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD94DA (or 0xAD94DA) is known color: Biloba Flower. HEX triplet: AD, 94 and DA. RGB value is (173,148,218). Sum of RGB (Red+Green+Blue) = 173+148+218=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 148 (58.20% from 255 or 27.46% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD94DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD94DA is #526B25. Grayscale: #A3A3A3. Windows color (decimal): -5401382 or 14324909. OLE color: 14324909.

HSL color Cylindrical-coordinate representation of color #AD94DA: hue angle of 261.43º 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 #AD94DA is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 148 218 -
CMYK 0.21 0.32 0 0.15
HSL 261.43º 0.49% 0.72% -
HSV(B) 261.43º 0.32% 0.85% -
XYZ 40.48 35.13 70.98 -
YUV 163.46 158.78 134.81 -
System Red Green Blue C M Y K H S L
Decimal 173 148 218 0.21 0.32 0 0.15 261.43 0.49 0.72
Hex AD 94 DA 15 20 0 F 105 31 48
Octal 255 224 332 25 40 0 17 405 61 110
Binary 10101101 10010100 11011010 10101 100000 0 1111 100000101 110001 1001000

Color Harmonies of #AD94DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD94DA

Black with #AD94DA

Text Example


Text Example

White with #AD94DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD94DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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