Html Css Color HEX #AB8FE7 Biloba Flower

📋 copy color: '#AB8FE7'

red 171 ◦ green 143 ◦ blue 231

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

Shades of Biloba Flower #AB8FE7

Tints of Biloba Flower #AB8FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.39%

R = 31.38%
G = 26.24%
B = 42.39%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AB8FE7 (or 0xAB8FE7) is known color: Biloba Flower. HEX triplet: AB, 8F and E7. RGB value is (171,143,231). Sum of RGB (Red+Green+Blue) = 171+143+231=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 143 (56.25% from 255 or 26.24% from 545); Blue value is 231 (90.62% from 255 or 42.39% from 545); Max value from RGB is 231 - color contains mainly: blue. Hex color #AB8FE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8FE7 is #547018. Grayscale: #A1A1A1. Windows color (decimal): -5533721 or 15175595. OLE color: 15175595.

HSL color Cylindrical-coordinate representation of color #AB8FE7: hue angle of 259.09º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB8FE7 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 171 143 231 -
CMYK 0.26 0.38 0 0.09
HSL 259.09º 0.65% 0.73% -
HSV(B) 259.09º 0.38% 0.91% -
XYZ 41.04 34.07 80.01 -
YUV 161.4 167.28 134.84 -
System Red Green Blue C M Y K H S L
Decimal 171 143 231 0.26 0.38 0 0.09 259.09 0.65 0.73
Hex AB 8F E7 1A 26 0 9 103 41 49
Octal 253 217 347 32 46 0 11 403 101 111
Binary 10101011 10001111 11100111 11010 100110 0 1001 100000011 1000001 1001001

Color Harmonies of #AB8FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8FE7

Black with #AB8FE7

Text Example


Text Example

White with #AB8FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8FE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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