Html Css Color HEX #AD88F1 Biloba Flower

📋 copy color: '#AD88F1'

red 173 ◦ green 136 ◦ blue 241

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

Shades of Biloba Flower #AD88F1

Tints of Biloba Flower #AD88F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.82%

R = 31.45%
G = 24.73%
B = 43.82%

CMYK

 C value IS 0.28

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD88F1 (or 0xAD88F1) is known color: Biloba Flower. HEX triplet: AD, 88 and F1. RGB value is (173,136,241). Sum of RGB (Red+Green+Blue) = 173+136+241=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 136 (53.52% from 255 or 24.73% from 550); Blue value is 241 (94.53% from 255 or 43.82% from 550); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD88F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD88F1 is #52770E. Grayscale: #9E9E9E. Windows color (decimal): -5404431 or 15829165. OLE color: 15829165.

HSL color Cylindrical-coordinate representation of color #AD88F1: hue angle of 261.14º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD88F1 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 136 241 -
CMYK 0.28 0.44 0 0.05
HSL 261.14º 0.79% 0.74% -
HSV(B) 261.14º 0.44% 0.95% -
XYZ 41.91 32.84 87.35 -
YUV 159.03 174.26 137.96 -
System Red Green Blue C M Y K H S L
Decimal 173 136 241 0.28 0.44 0 0.05 261.14 0.79 0.74
Hex AD 88 F1 1C 2C 0 5 105 4F 4A
Octal 255 210 361 34 54 0 5 405 117 112
Binary 10101101 10001000 11110001 11100 101100 0 101 100000101 1001111 1001010

Color Harmonies of #AD88F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD88F1

Black with #AD88F1

Text Example


Text Example

White with #AD88F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD88F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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