Html Css Color HEX #AD93CF Biloba Flower

📋 copy color: '#AD93CF'

red 173 ◦ green 147 ◦ blue 207

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

Shades of Biloba Flower #AD93CF

Tints of Biloba Flower #AD93CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.28%

R = 32.83%
G = 27.89%
B = 39.28%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD93CF (or 0xAD93CF) is known color: Biloba Flower. HEX triplet: AD, 93 and CF. RGB value is (173,147,207). Sum of RGB (Red+Green+Blue) = 173+147+207=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD93CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD93CF is #526C30. Grayscale: #A1A1A1. Windows color (decimal): -5401649 or 13603757. OLE color: 13603757.

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

Color convert

RGB 173 147 207 -
CMYK 0.16 0.29 0 0.19
HSL 266º 0.38% 0.69% -
HSV(B) 266º 0.29% 0.81% -
XYZ 38.93 34.26 63.59 -
YUV 161.61 153.61 136.12 -
System Red Green Blue C M Y K H S L
Decimal 173 147 207 0.16 0.29 0 0.19 266 0.38 0.69
Hex AD 93 CF 10 1D 0 13 10A 26 45
Octal 255 223 317 20 35 0 23 412 46 105
Binary 10101101 10010011 11001111 10000 11101 0 10011 100001010 100110 1000101

Color Harmonies of #AD93CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD93CF

Black with #AD93CF

Text Example


Text Example

White with #AD93CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD93CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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