Html Css Color HEX #AB8DFC Biloba Flower

📋 copy color: '#AB8DFC'

red 171 ◦ green 141 ◦ blue 252

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

Shades of Biloba Flower #AB8DFC

Tints of Biloba Flower #AB8DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.68%

R = 30.32%
G = 25%
B = 44.68%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB8DFC (or 0xAB8DFC) is known color: Biloba Flower. HEX triplet: AB, 8D and FC. RGB value is (171,141,252). Sum of RGB (Red+Green+Blue) = 171+141+252=564 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.32% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB8DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8DFC is #547203. Grayscale: #A2A2A2. Windows color (decimal): -5534212 or 16551339. OLE color: 16551339.

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

Color convert

RGB 171 141 252 -
CMYK 0.32 0.44 0 0.01
HSL 256.22º 0.95% 0.77% -
HSV(B) 256.22º 0.44% 0.99% -
XYZ 43.89 34.74 96.49 -
YUV 162.62 178.44 133.97 -
System Red Green Blue C M Y K H S L
Decimal 171 141 252 0.32 0.44 0 0.01 256.22 0.95 0.77
Hex AB 8D FC 20 2C 0 1 100 5F 4D
Octal 253 215 374 40 54 0 1 400 137 115
Binary 10101011 10001101 11111100 100000 101100 0 1 100000000 1011111 1001101

Color Harmonies of #AB8DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8DFC

Black with #AB8DFC

Text Example


Text Example

White with #AB8DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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