Html Css Color HEX #AD8BEE Biloba Flower

📋 copy color: '#AD8BEE'

red 173 ◦ green 139 ◦ blue 238

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

Shades of Biloba Flower #AD8BEE

Tints of Biloba Flower #AD8BEE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.27%

 BLUE value IS 238 (93.36% from 255) = 43.27%

R = 31.45%
G = 25.27%
B = 43.27%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD8BEE (or 0xAD8BEE) is known color: Biloba Flower. HEX triplet: AD, 8B and EE. RGB value is (173,139,238). Sum of RGB (Red+Green+Blue) = 173+139+238=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 139 (54.69% from 255 or 25.27% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD8BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8BEE is #527411. Grayscale: #A0A0A0. Windows color (decimal): -5403666 or 15633325. OLE color: 15633325.

HSL color Cylindrical-coordinate representation of color #AD8BEE: hue angle of 260.61º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD8BEE is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 139 238 -
CMYK 0.27 0.42 0 0.07
HSL 260.61º 0.74% 0.74% -
HSV(B) 260.61º 0.42% 0.93% -
XYZ 41.9 33.52 85.15 -
YUV 160.45 171.76 136.95 -
System Red Green Blue C M Y K H S L
Decimal 173 139 238 0.27 0.42 0 0.07 260.61 0.74 0.74
Hex AD 8B EE 1B 2A 0 7 105 4A 4A
Octal 255 213 356 33 52 0 7 405 112 112
Binary 10101101 10001011 11101110 11011 101010 0 111 100000101 1001010 1001010

Color Harmonies of #AD8BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8BEE

Black with #AD8BEE

Text Example


Text Example

White with #AD8BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8BEE; }

 p { color: rgb(173,139,238); }

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

background-color css

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

 a { background-color: rgb(173,139,238); }

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

border-color css

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

 span { border-color: rgb(173,139,238); }

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