Html Css Color HEX #AD8CEE Biloba Flower

📋 copy color: '#AD8CEE'

red 173 ◦ green 140 ◦ blue 238

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

Shades of Biloba Flower #AD8CEE

Tints of Biloba Flower #AD8CEE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.41%

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

R = 31.4%
G = 25.41%
B = 43.19%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD8CEE (or 0xAD8CEE) is known color: Biloba Flower. HEX triplet: AD, 8C and EE. RGB value is (173,140,238). Sum of RGB (Red+Green+Blue) = 173+140+238=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD8CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8CEE is #527311. Grayscale: #A0A0A0. Windows color (decimal): -5403410 or 15633581. OLE color: 15633581.

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

Color convert

RGB 173 140 238 -
CMYK 0.27 0.41 0 0.07
HSL 260.2º 0.74% 0.74% -
HSV(B) 260.2º 0.41% 0.93% -
XYZ 42.04 33.81 85.2 -
YUV 161.04 171.43 136.53 -
System Red Green Blue C M Y K H S L
Decimal 173 140 238 0.27 0.41 0 0.07 260.2 0.74 0.74
Hex AD 8C EE 1B 29 0 7 104 4A 4A
Octal 255 214 356 33 51 0 7 404 112 112
Binary 10101101 10001100 11101110 11011 101001 0 111 100000100 1001010 1001010

Color Harmonies of #AD8CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8CEE

Black with #AD8CEE

Text Example


Text Example

White with #AD8CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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