Html Css Color HEX #AD93E6 Biloba Flower

📋 copy color: '#AD93E6'

red 173 ◦ green 147 ◦ blue 230

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

Shades of Biloba Flower #AD93E6

Tints of Biloba Flower #AD93E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.82%

R = 31.45%
G = 26.73%
B = 41.82%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AD93E6 (or 0xAD93E6) is known color: Biloba Flower. HEX triplet: AD, 93 and E6. RGB value is (173,147,230). Sum of RGB (Red+Green+Blue) = 173+147+230=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 147 (57.81% from 255 or 26.73% from 550); Blue value is 230 (90.23% from 255 or 41.82% from 550); Max value from RGB is 230 - color contains mainly: blue. Hex color #AD93E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD93E6 is #526C19. Grayscale: #A3A3A3. Windows color (decimal): -5401626 or 15111085. OLE color: 15111085.

HSL color Cylindrical-coordinate representation of color #AD93E6: hue angle of 258.8º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD93E6 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 147 230 -
CMYK 0.25 0.36 0 0.10
HSL 258.8º 0.62% 0.74% -
HSV(B) 258.8º 0.36% 0.9% -
XYZ 41.95 35.46 79.5 -
YUV 164.24 165.11 134.25 -
System Red Green Blue C M Y K H S L
Decimal 173 147 230 0.25 0.36 0 0.10 258.8 0.62 0.74
Hex AD 93 E6 19 24 0 A 103 3E 4A
Octal 255 223 346 31 44 0 12 403 76 112
Binary 10101101 10010011 11100110 11001 100100 0 1010 100000011 111110 1001010

Color Harmonies of #AD93E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD93E6

Black with #AD93E6

Text Example


Text Example

White with #AD93E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD93E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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