Html Css Color HEX #AB8ACF Biloba Flower

📋 copy color: '#AB8ACF'

red 171 ◦ green 138 ◦ blue 207

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

Shades of Biloba Flower #AB8ACF

Tints of Biloba Flower #AB8ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.12%

R = 33.14%
G = 26.74%
B = 40.12%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB8ACF (or 0xAB8ACF) is known color: Biloba Flower. HEX triplet: AB, 8A and CF. RGB value is (171,138,207). Sum of RGB (Red+Green+Blue) = 171+138+207=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB8ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8ACF is #547530. Grayscale: #9B9B9B. Windows color (decimal): -5535025 or 13601451. OLE color: 13601451.

HSL color Cylindrical-coordinate representation of color #AB8ACF: hue angle of 268.7º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB8ACF is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 138 207 -
CMYK 0.17 0.33 0 0.19
HSL 268.7º 0.42% 0.68% -
HSV(B) 268.7º 0.33% 0.81% -
XYZ 37.15 31.34 63.12 -
YUV 155.73 156.93 138.89 -
System Red Green Blue C M Y K H S L
Decimal 171 138 207 0.17 0.33 0 0.19 268.7 0.42 0.68
Hex AB 8A CF 11 21 0 13 10D 2A 44
Octal 253 212 317 21 41 0 23 415 52 104
Binary 10101011 10001010 11001111 10001 100001 0 10011 100001101 101010 1000100

Color Harmonies of #AB8ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8ACF

Black with #AB8ACF

Text Example


Text Example

White with #AB8ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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