Html Css Color HEX #AD93CA Biloba Flower

📋 copy color: '#AD93CA'

red 173 ◦ green 147 ◦ blue 202

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

Shades of Biloba Flower #AD93CA

Tints of Biloba Flower #AD93CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.7%

R = 33.14%
G = 28.16%
B = 38.7%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD93CA (or 0xAD93CA) is known color: Biloba Flower. HEX triplet: AD, 93 and CA. RGB value is (173,147,202). Sum of RGB (Red+Green+Blue) = 173+147+202=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 147 (57.81% from 255 or 28.16% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD93CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD93CA is #526C35. Grayscale: #A0A0A0. Windows color (decimal): -5401654 or 13276077. OLE color: 13276077.

HSL color Cylindrical-coordinate representation of color #AD93CA: hue angle of 268.36º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD93CA is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 147 202 -
CMYK 0.14 0.27 0 0.21
HSL 268.36º 0.34% 0.68% -
HSV(B) 268.36º 0.27% 0.79% -
XYZ 38.33 34.02 60.42 -
YUV 161.04 151.11 136.53 -
System Red Green Blue C M Y K H S L
Decimal 173 147 202 0.14 0.27 0 0.21 268.36 0.34 0.68
Hex AD 93 CA E 1B 0 15 10C 22 44
Octal 255 223 312 16 33 0 25 414 42 104
Binary 10101101 10010011 11001010 1110 11011 0 10101 100001100 100010 1000100

Color Harmonies of #AD93CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD93CA

Black with #AD93CA

Text Example


Text Example

White with #AD93CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD93CA; }

 p { color: rgb(173,147,202); }

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

background-color css

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

 a { background-color: rgb(173,147,202); }

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

border-color css

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

 span { border-color: rgb(173,147,202); }

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