Html Css Color HEX #AD94DD Biloba Flower

📋 copy color: '#AD94DD'

red 173 ◦ green 148 ◦ blue 221

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

Shades of Biloba Flower #AD94DD

Tints of Biloba Flower #AD94DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.77%

R = 31.92%
G = 27.31%
B = 40.77%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD94DD (or 0xAD94DD) is known color: Biloba Flower. HEX triplet: AD, 94 and DD. RGB value is (173,148,221). Sum of RGB (Red+Green+Blue) = 173+148+221=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 148 (58.20% from 255 or 27.31% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD94DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD94DD is #526B22. Grayscale: #A3A3A3. Windows color (decimal): -5401379 or 14521517. OLE color: 14521517.

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

Color convert

RGB 173 148 221 -
CMYK 0.22 0.33 0 0.13
HSL 260.55º 0.52% 0.72% -
HSV(B) 260.55º 0.33% 0.87% -
XYZ 40.87 35.28 73.06 -
YUV 163.8 160.28 134.56 -
System Red Green Blue C M Y K H S L
Decimal 173 148 221 0.22 0.33 0 0.13 260.55 0.52 0.72
Hex AD 94 DD 16 21 0 D 105 34 48
Octal 255 224 335 26 41 0 15 405 64 110
Binary 10101101 10010100 11011101 10110 100001 0 1101 100000101 110100 1001000

Color Harmonies of #AD94DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD94DD

Black with #AD94DD

Text Example


Text Example

White with #AD94DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD94DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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