Html Css Color HEX #AB8DDF Biloba Flower

📋 copy color: '#AB8DDF'

red 171 ◦ green 141 ◦ blue 223

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

Shades of Biloba Flower #AB8DDF

Tints of Biloba Flower #AB8DDF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.36%

 BLUE value IS 223 (87.5% from 255) = 41.68%

R = 31.96%
G = 26.36%
B = 41.68%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB8DDF (or 0xAB8DDF) is known color: Biloba Flower. HEX triplet: AB, 8D and DF. RGB value is (171,141,223). Sum of RGB (Red+Green+Blue) = 171+141+223=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB8DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8DDF is #547220. Grayscale: #9F9F9F. Windows color (decimal): -5534241 or 14650795. OLE color: 14650795.

HSL color Cylindrical-coordinate representation of color #AB8DDF: hue angle of 261.95º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB8DDF is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 141 223 -
CMYK 0.23 0.37 0 0.13
HSL 261.95º 0.56% 0.71% -
HSV(B) 261.95º 0.37% 0.87% -
XYZ 39.64 33.04 74.1 -
YUV 159.32 163.94 136.33 -
System Red Green Blue C M Y K H S L
Decimal 171 141 223 0.23 0.37 0 0.13 261.95 0.56 0.71
Hex AB 8D DF 17 25 0 D 106 38 47
Octal 253 215 337 27 45 0 15 406 70 107
Binary 10101011 10001101 11011111 10111 100101 0 1101 100000110 111000 1000111

Color Harmonies of #AB8DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8DDF

Black with #AB8DDF

Text Example


Text Example

White with #AB8DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8DDF; }

 p { color: rgb(171,141,223); }

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

background-color css

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

 a { background-color: rgb(171,141,223); }

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

border-color css

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

 span { border-color: rgb(171,141,223); }

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