Html Css Color HEX #AD88ED Biloba Flower

📋 copy color: '#AD88ED'

red 173 ◦ green 136 ◦ blue 237

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

Shades of Biloba Flower #AD88ED

Tints of Biloba Flower #AD88ED

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.91%

 BLUE value IS 237 (92.97% from 255) = 43.41%

R = 31.68%
G = 24.91%
B = 43.41%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD88ED (or 0xAD88ED) is known color: Biloba Flower. HEX triplet: AD, 88 and ED. RGB value is (173,136,237). Sum of RGB (Red+Green+Blue) = 173+136+237=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 136 (53.52% from 255 or 24.91% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD88ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD88ED is #527712. Grayscale: #9E9E9E. Windows color (decimal): -5404435 or 15567021. OLE color: 15567021.

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

Color convert

RGB 173 136 237 -
CMYK 0.27 0.43 0 0.07
HSL 261.98º 0.74% 0.73% -
HSV(B) 261.98º 0.43% 0.93% -
XYZ 41.32 32.61 84.24 -
YUV 158.58 172.26 138.29 -
System Red Green Blue C M Y K H S L
Decimal 173 136 237 0.27 0.43 0 0.07 261.98 0.74 0.73
Hex AD 88 ED 1B 2B 0 7 106 4A 49
Octal 255 210 355 33 53 0 7 406 112 111
Binary 10101101 10001000 11101101 11011 101011 0 111 100000110 1001010 1001001

Color Harmonies of #AD88ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD88ED

Black with #AD88ED

Text Example


Text Example

White with #AD88ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD88ED; }

 p { color: rgb(173,136,237); }

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

background-color css

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

 a { background-color: rgb(173,136,237); }

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

border-color css

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

 span { border-color: rgb(173,136,237); }

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