Html Css Color HEX #AB8CCB Biloba Flower

📋 copy color: '#AB8CCB'

red 171 ◦ green 140 ◦ blue 203

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

Shades of Biloba Flower #AB8CCB

Tints of Biloba Flower #AB8CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.49%

R = 33.27%
G = 27.24%
B = 39.49%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB8CCB (or 0xAB8CCB) is known color: Biloba Flower. HEX triplet: AB, 8C and CB. RGB value is (171,140,203). Sum of RGB (Red+Green+Blue) = 171+140+203=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB8CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8CCB is #547334. Grayscale: #9C9C9C. Windows color (decimal): -5534517 or 13339819. OLE color: 13339819.

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

Color convert

RGB 171 140 203 -
CMYK 0.16 0.31 0 0.20
HSL 269.52º 0.38% 0.67% -
HSV(B) 269.52º 0.31% 0.8% -
XYZ 36.95 31.73 60.68 -
YUV 156.45 154.27 138.38 -
System Red Green Blue C M Y K H S L
Decimal 171 140 203 0.16 0.31 0 0.20 269.52 0.38 0.67
Hex AB 8C CB 10 1F 0 14 10E 26 43
Octal 253 214 313 20 37 0 24 416 46 103
Binary 10101011 10001100 11001011 10000 11111 0 10100 100001110 100110 1000011

Color Harmonies of #AB8CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8CCB

Black with #AB8CCB

Text Example


Text Example

White with #AB8CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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