Html Css Color HEX #AD88F2 Biloba Flower

📋 copy color: '#AD88F2'

red 173 ◦ green 136 ◦ blue 242

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

Shades of Biloba Flower #AD88F2

Tints of Biloba Flower #AD88F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.92%

R = 31.4%
G = 24.68%
B = 43.92%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD88F2 (or 0xAD88F2) is known color: Biloba Flower. HEX triplet: AD, 88 and F2. RGB value is (173,136,242). Sum of RGB (Red+Green+Blue) = 173+136+242=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 136 (53.52% from 255 or 24.68% from 551); Blue value is 242 (94.92% from 255 or 43.92% from 551); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD88F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD88F2 is #52770D. Grayscale: #9E9E9E. Windows color (decimal): -5404430 or 15894701. OLE color: 15894701.

HSL color Cylindrical-coordinate representation of color #AD88F2: hue angle of 260.94º degrees, saturation: 0.8, 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 #AD88F2 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 136 242 -
CMYK 0.29 0.44 0 0.05
HSL 260.94º 0.8% 0.74% -
HSV(B) 260.94º 0.44% 0.95% -
XYZ 42.06 32.9 88.14 -
YUV 159.15 174.76 137.88 -
System Red Green Blue C M Y K H S L
Decimal 173 136 242 0.29 0.44 0 0.05 260.94 0.8 0.74
Hex AD 88 F2 1D 2C 0 5 105 50 4A
Octal 255 210 362 35 54 0 5 405 120 112
Binary 10101101 10001000 11110010 11101 101100 0 101 100000101 1010000 1001010

Color Harmonies of #AD88F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD88F2

Black with #AD88F2

Text Example


Text Example

White with #AD88F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD88F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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