Html Css Color HEX #AB88D0 Biloba Flower

📋 copy color: '#AB88D0'

red 171 ◦ green 136 ◦ blue 208

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

Shades of Biloba Flower #AB88D0

Tints of Biloba Flower #AB88D0

RGB

 RED value IS 171 (67.19% from 255) = 33.2%

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

 BLUE value IS 208 (81.64% from 255) = 40.39%

R = 33.2%
G = 26.41%
B = 40.39%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB88D0 (or 0xAB88D0) is known color: Biloba Flower. HEX triplet: AB, 88 and D0. RGB value is (171,136,208). Sum of RGB (Red+Green+Blue) = 171+136+208=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB88D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB88D0 is #54772F. Grayscale: #9A9A9A. Windows color (decimal): -5535536 or 13666475. OLE color: 13666475.

HSL color Cylindrical-coordinate representation of color #AB88D0: hue angle of 269.17º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB88D0 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 136 208 -
CMYK 0.18 0.35 0 0.18
HSL 269.17º 0.43% 0.67% -
HSV(B) 269.17º 0.35% 0.82% -
XYZ 36.98 30.82 63.67 -
YUV 154.67 158.1 139.65 -
System Red Green Blue C M Y K H S L
Decimal 171 136 208 0.18 0.35 0 0.18 269.17 0.43 0.67
Hex AB 88 D0 12 23 0 12 10D 2B 43
Octal 253 210 320 22 43 0 22 415 53 103
Binary 10101011 10001000 11010000 10010 100011 0 10010 100001101 101011 1000011

Color Harmonies of #AB88D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB88D0

Black with #AB88D0

Text Example


Text Example

White with #AB88D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB88D0; }

 p { color: rgb(171,136,208); }

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

background-color css

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

 a { background-color: rgb(171,136,208); }

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

border-color css

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

 span { border-color: rgb(171,136,208); }

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