Html Css Color HEX #AB8BFD Biloba Flower

📋 copy color: '#AB8BFD'

red 171 ◦ green 139 ◦ blue 253

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

Shades of Biloba Flower #AB8BFD

Tints of Biloba Flower #AB8BFD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.69%

 BLUE value IS 253 (99.22% from 255) = 44.94%

R = 30.37%
G = 24.69%
B = 44.94%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB8BFD (or 0xAB8BFD) is known color: Biloba Flower. HEX triplet: AB, 8B and FD. RGB value is (171,139,253). Sum of RGB (Red+Green+Blue) = 171+139+253=563 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.37% from 563); Green value is 139 (54.69% from 255 or 24.69% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB8BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8BFD is #547402. Grayscale: #A1A1A1. Windows color (decimal): -5534723 or 16616363. OLE color: 16616363.

HSL color Cylindrical-coordinate representation of color #AB8BFD: hue angle of 256.84º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB8BFD is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 139 253 -
CMYK 0.32 0.45 0 0.01
HSL 256.84º 0.97% 0.77% -
HSV(B) 256.84º 0.45% 0.99% -
XYZ 43.76 34.22 97.23 -
YUV 161.56 179.6 134.73 -
System Red Green Blue C M Y K H S L
Decimal 171 139 253 0.32 0.45 0 0.01 256.84 0.97 0.77
Hex AB 8B FD 20 2D 0 1 101 61 4D
Octal 253 213 375 40 55 0 1 401 141 115
Binary 10101011 10001011 11111101 100000 101101 0 1 100000001 1100001 1001101

Color Harmonies of #AB8BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8BFD

Black with #AB8BFD

Text Example


Text Example

White with #AB8BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8BFD; }

 p { color: rgb(171,139,253); }

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

background-color css

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

 a { background-color: rgb(171,139,253); }

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

border-color css

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

 span { border-color: rgb(171,139,253); }

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