Html Css Color HEX #AB8EDF Biloba Flower

📋 copy color: '#AB8EDF'

red 171 ◦ green 142 ◦ blue 223

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

Shades of Biloba Flower #AB8EDF

Tints of Biloba Flower #AB8EDF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.49%

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

R = 31.9%
G = 26.49%
B = 41.6%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB8EDF (or 0xAB8EDF) is known color: Biloba Flower. HEX triplet: AB, 8E and DF. RGB value is (171,142,223). Sum of RGB (Red+Green+Blue) = 171+142+223=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 142 (55.86% from 255 or 26.49% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB8EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8EDF is #547120. Grayscale: #9F9F9F. Windows color (decimal): -5533985 or 14651051. OLE color: 14651051.

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

Color convert

RGB 171 142 223 -
CMYK 0.23 0.36 0 0.13
HSL 261.48º 0.56% 0.72% -
HSV(B) 261.48º 0.36% 0.87% -
XYZ 39.79 33.33 74.15 -
YUV 159.91 163.61 135.91 -
System Red Green Blue C M Y K H S L
Decimal 171 142 223 0.23 0.36 0 0.13 261.48 0.56 0.72
Hex AB 8E DF 17 24 0 D 105 38 48
Octal 253 216 337 27 44 0 15 405 70 110
Binary 10101011 10001110 11011111 10111 100100 0 1101 100000101 111000 1001000

Color Harmonies of #AB8EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8EDF

Black with #AB8EDF

Text Example


Text Example

White with #AB8EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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