Html Css Color HEX #AB8FCD Biloba Flower

📋 copy color: '#AB8FCD'

red 171 ◦ green 143 ◦ blue 205

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

Shades of Biloba Flower #AB8FCD

Tints of Biloba Flower #AB8FCD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.55%

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

R = 32.95%
G = 27.55%
B = 39.5%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB8FCD (or 0xAB8FCD) is known color: Biloba Flower. HEX triplet: AB, 8F and CD. RGB value is (171,143,205). Sum of RGB (Red+Green+Blue) = 171+143+205=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB8FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8FCD is #547032. Grayscale: #9E9E9E. Windows color (decimal): -5533747 or 13471659. OLE color: 13471659.

HSL color Cylindrical-coordinate representation of color #AB8FCD: hue angle of 267.1º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB8FCD is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 143 205 -
CMYK 0.17 0.30 0 0.20
HSL 267.1º 0.38% 0.68% -
HSV(B) 267.1º 0.3% 0.8% -
XYZ 37.64 32.71 62.09 -
YUV 158.44 154.28 136.96 -
System Red Green Blue C M Y K H S L
Decimal 171 143 205 0.17 0.30 0 0.20 267.1 0.38 0.68
Hex AB 8F CD 11 1E 0 14 10B 26 44
Octal 253 217 315 21 36 0 24 413 46 104
Binary 10101011 10001111 11001101 10001 11110 0 10100 100001011 100110 1000100

Color Harmonies of #AB8FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8FCD

Black with #AB8FCD

Text Example


Text Example

White with #AB8FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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