Html Css Color HEX #AD93CC Biloba Flower

📋 copy color: '#AD93CC'

red 173 ◦ green 147 ◦ blue 204

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

Shades of Biloba Flower #AD93CC

Tints of Biloba Flower #AD93CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.93%

R = 33.02%
G = 28.05%
B = 38.93%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD93CC (or 0xAD93CC) is known color: Biloba Flower. HEX triplet: AD, 93 and CC. RGB value is (173,147,204). Sum of RGB (Red+Green+Blue) = 173+147+204=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD93CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD93CC is #526C33. Grayscale: #A1A1A1. Windows color (decimal): -5401652 or 13407149. OLE color: 13407149.

HSL color Cylindrical-coordinate representation of color #AD93CC: hue angle of 267.37º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD93CC is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 147 204 -
CMYK 0.15 0.28 0 0.2
HSL 267.37º 0.36% 0.69% -
HSV(B) 267.37º 0.28% 0.8% -
XYZ 38.57 34.11 61.68 -
YUV 161.27 152.11 136.37 -
System Red Green Blue C M Y K H S L
Decimal 173 147 204 0.15 0.28 0 0.2 267.37 0.36 0.69
Hex AD 93 CC F 1C 0 14 10B 24 45
Octal 255 223 314 17 34 0 24 413 44 105
Binary 10101101 10010011 11001100 1111 11100 0 10100 100001011 100100 1000101

Color Harmonies of #AD93CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD93CC

Black with #AD93CC

Text Example


Text Example

White with #AD93CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD93CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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