Html Css Color HEX #AD94DC Biloba Flower

📋 copy color: '#AD94DC'

red 173 ◦ green 148 ◦ blue 220

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

Shades of Biloba Flower #AD94DC

Tints of Biloba Flower #AD94DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.67%

R = 31.98%
G = 27.36%
B = 40.67%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD94DC (or 0xAD94DC) is known color: Biloba Flower. HEX triplet: AD, 94 and DC. RGB value is (173,148,220). Sum of RGB (Red+Green+Blue) = 173+148+220=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD94DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD94DC is #526B23. Grayscale: #A3A3A3. Windows color (decimal): -5401380 or 14455981. OLE color: 14455981.

HSL color Cylindrical-coordinate representation of color #AD94DC: hue angle of 260.83º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD94DC is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 148 220 -
CMYK 0.21 0.33 0 0.14
HSL 260.83º 0.51% 0.72% -
HSV(B) 260.83º 0.33% 0.86% -
XYZ 40.74 35.23 72.36 -
YUV 163.68 159.78 134.65 -
System Red Green Blue C M Y K H S L
Decimal 173 148 220 0.21 0.33 0 0.14 260.83 0.51 0.72
Hex AD 94 DC 15 21 0 E 105 33 48
Octal 255 224 334 25 41 0 16 405 63 110
Binary 10101101 10010100 11011100 10101 100001 0 1110 100000101 110011 1001000

Color Harmonies of #AD94DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD94DC

Black with #AD94DC

Text Example


Text Example

White with #AD94DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD94DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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