Html Css Color HEX #AB8AF8 Biloba Flower

📋 copy color: '#AB8AF8'

red 171 ◦ green 138 ◦ blue 248

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

Shades of Biloba Flower #AB8AF8

Tints of Biloba Flower #AB8AF8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.78%

 BLUE value IS 248 (97.27% from 255) = 44.52%

R = 30.7%
G = 24.78%
B = 44.52%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AB8AF8 (or 0xAB8AF8) is known color: Biloba Flower. HEX triplet: AB, 8A and F8. RGB value is (171,138,248). Sum of RGB (Red+Green+Blue) = 171+138+248=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 248 (97.27% from 255 or 44.52% from 557); Max value from RGB is 248 - color contains mainly: blue. Hex color #AB8AF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8AF8 is #547507. Grayscale: #A0A0A0. Windows color (decimal): -5534984 or 16288427. OLE color: 16288427.

HSL color Cylindrical-coordinate representation of color #AB8AF8: hue angle of 258º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB8AF8 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 171 138 248 -
CMYK 0.31 0.44 0 0.03
HSL 258º 0.89% 0.76% -
HSV(B) 258º 0.44% 0.97% -
XYZ 42.83 33.61 93.04 -
YUV 160.41 177.43 135.56 -
System Red Green Blue C M Y K H S L
Decimal 171 138 248 0.31 0.44 0 0.03 258 0.89 0.76
Hex AB 8A F8 1F 2C 0 3 102 59 4C
Octal 253 212 370 37 54 0 3 402 131 114
Binary 10101011 10001010 11111000 11111 101100 0 11 100000010 1011001 1001100

Color Harmonies of #AB8AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8AF8

Black with #AB8AF8

Text Example


Text Example

White with #AB8AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8AF8; }

 p { color: rgb(171,138,248); }

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

background-color css

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

 a { background-color: rgb(171,138,248); }

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

border-color css

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

 span { border-color: rgb(171,138,248); }

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