Html Css Color HEX #AB8CCD Biloba Flower

📋 copy color: '#AB8CCD'

red 171 ◦ green 140 ◦ blue 205

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

Shades of Biloba Flower #AB8CCD

Tints of Biloba Flower #AB8CCD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.13%

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

R = 33.14%
G = 27.13%
B = 39.73%

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

#AB8CCD (or 0xAB8CCD) is known color: Biloba Flower. HEX triplet: AB, 8C and CD. RGB value is (171,140,205). Sum of RGB (Red+Green+Blue) = 171+140+205=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB8CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8CCD is #547332. Grayscale: #9C9C9C. Windows color (decimal): -5534515 or 13470891. OLE color: 13470891.

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

Color convert

RGB 171 140 205 -
CMYK 0.17 0.32 0 0.20
HSL 268.62º 0.39% 0.68% -
HSV(B) 268.62º 0.32% 0.8% -
XYZ 37.19 31.82 61.94 -
YUV 156.68 155.27 138.21 -
System Red Green Blue C M Y K H S L
Decimal 171 140 205 0.17 0.32 0 0.20 268.62 0.39 0.68
Hex AB 8C CD 11 20 0 14 10D 27 44
Octal 253 214 315 21 40 0 24 415 47 104
Binary 10101011 10001100 11001101 10001 100000 0 10100 100001101 100111 1000100

Color Harmonies of #AB8CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8CCD

Black with #AB8CCD

Text Example


Text Example

White with #AB8CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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