Html Css Color HEX #AD94CE Biloba Flower

📋 copy color: '#AD94CE'

red 173 ◦ green 148 ◦ blue 206

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

Shades of Biloba Flower #AD94CE

Tints of Biloba Flower #AD94CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.09%

R = 32.83%
G = 28.08%
B = 39.09%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD94CE (or 0xAD94CE) is known color: Biloba Flower. HEX triplet: AD, 94 and CE. RGB value is (173,148,206). Sum of RGB (Red+Green+Blue) = 173+148+206=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD94CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD94CE is #526B31. Grayscale: #A1A1A1. Windows color (decimal): -5401394 or 13538477. OLE color: 13538477.

HSL color Cylindrical-coordinate representation of color #AD94CE: hue angle of 265.86º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD94CE is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 148 206 -
CMYK 0.16 0.28 0 0.19
HSL 265.86º 0.37% 0.69% -
HSV(B) 265.86º 0.28% 0.81% -
XYZ 38.96 34.52 63 -
YUV 162.09 152.78 135.78 -
System Red Green Blue C M Y K H S L
Decimal 173 148 206 0.16 0.28 0 0.19 265.86 0.37 0.69
Hex AD 94 CE 10 1C 0 13 10A 25 45
Octal 255 224 316 20 34 0 23 412 45 105
Binary 10101101 10010100 11001110 10000 11100 0 10011 100001010 100101 1000101

Color Harmonies of #AD94CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD94CE

Black with #AD94CE

Text Example


Text Example

White with #AD94CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD94CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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