Html Css Color HEX #AB88CF Biloba Flower

📋 copy color: '#AB88CF'

red 171 ◦ green 136 ◦ blue 207

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

Shades of Biloba Flower #AB88CF

Tints of Biloba Flower #AB88CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.27%

R = 33.27%
G = 26.46%
B = 40.27%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB88CF (or 0xAB88CF) is known color: Biloba Flower. HEX triplet: AB, 88 and CF. RGB value is (171,136,207). Sum of RGB (Red+Green+Blue) = 171+136+207=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB88CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB88CF is #547730. Grayscale: #9A9A9A. Windows color (decimal): -5535537 or 13600939. OLE color: 13600939.

HSL color Cylindrical-coordinate representation of color #AB88CF: hue angle of 269.58º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB88CF is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 136 207 -
CMYK 0.17 0.34 0 0.19
HSL 269.58º 0.43% 0.67% -
HSV(B) 269.58º 0.34% 0.81% -
XYZ 36.86 30.77 63.03 -
YUV 154.56 157.6 139.73 -
System Red Green Blue C M Y K H S L
Decimal 171 136 207 0.17 0.34 0 0.19 269.58 0.43 0.67
Hex AB 88 CF 11 22 0 13 10E 2B 43
Octal 253 210 317 21 42 0 23 416 53 103
Binary 10101011 10001000 11001111 10001 100010 0 10011 100001110 101011 1000011

Color Harmonies of #AB88CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB88CF

Black with #AB88CF

Text Example


Text Example

White with #AB88CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB88CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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