Html Css Color HEX #AB8BCD Biloba Flower

📋 copy color: '#AB8BCD'

red 171 ◦ green 139 ◦ blue 205

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

Shades of Biloba Flower #AB8BCD

Tints of Biloba Flower #AB8BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.81%

R = 33.2%
G = 26.99%
B = 39.81%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB8BCD (or 0xAB8BCD) is known color: Biloba Flower. HEX triplet: AB, 8B and CD. RGB value is (171,139,205). Sum of RGB (Red+Green+Blue) = 171+139+205=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 139 (54.69% from 255 or 26.99% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB8BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8BCD is #547432. Grayscale: #9B9B9B. Windows color (decimal): -5534771 or 13470635. OLE color: 13470635.

HSL color Cylindrical-coordinate representation of color #AB8BCD: hue angle of 269.09º degrees, saturation: 0.4, 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 #AB8BCD is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 139 205 -
CMYK 0.17 0.32 0 0.20
HSL 269.09º 0.4% 0.67% -
HSV(B) 269.09º 0.32% 0.8% -
XYZ 37.05 31.53 61.89 -
YUV 156.09 155.6 138.63 -
System Red Green Blue C M Y K H S L
Decimal 171 139 205 0.17 0.32 0 0.20 269.09 0.4 0.67
Hex AB 8B CD 11 20 0 14 10D 28 43
Octal 253 213 315 21 40 0 24 415 50 103
Binary 10101011 10001011 11001101 10001 100000 0 10100 100001101 101000 1000011

Color Harmonies of #AB8BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8BCD

Black with #AB8BCD

Text Example


Text Example

White with #AB8BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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