Html Css Color HEX #AB8BCC Biloba Flower

📋 copy color: '#AB8BCC'

red 171 ◦ green 139 ◦ blue 204

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

Shades of Biloba Flower #AB8BCC

Tints of Biloba Flower #AB8BCC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.04%

 BLUE value IS 204 (80.08% from 255) = 39.69%

R = 33.27%
G = 27.04%
B = 39.69%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB8BCC (or 0xAB8BCC) is known color: Biloba Flower. HEX triplet: AB, 8B and CC. RGB value is (171,139,204). Sum of RGB (Red+Green+Blue) = 171+139+204=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB8BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8BCC is #547433. Grayscale: #9B9B9B. Windows color (decimal): -5534772 or 13405099. OLE color: 13405099.

HSL color Cylindrical-coordinate representation of color #AB8BCC: hue angle of 269.54º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB8BCC is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 139 204 -
CMYK 0.16 0.32 0 0.2
HSL 269.54º 0.39% 0.67% -
HSV(B) 269.54º 0.32% 0.8% -
XYZ 36.93 31.48 61.26 -
YUV 155.98 155.1 138.71 -
System Red Green Blue C M Y K H S L
Decimal 171 139 204 0.16 0.32 0 0.2 269.54 0.39 0.67
Hex AB 8B CC 10 20 0 14 10E 27 43
Octal 253 213 314 20 40 0 24 416 47 103
Binary 10101011 10001011 11001100 10000 100000 0 10100 100001110 100111 1000011

Color Harmonies of #AB8BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8BCC

Black with #AB8BCC

Text Example


Text Example

White with #AB8BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8BCC; }

 p { color: rgb(171,139,204); }

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

background-color css

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

 a { background-color: rgb(171,139,204); }

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

border-color css

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

 span { border-color: rgb(171,139,204); }

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