Html Css Color HEX #AB8BCF Biloba Flower

📋 copy color: '#AB8BCF'

red 171 ◦ green 139 ◦ blue 207

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

Shades of Biloba Flower #AB8BCF

Tints of Biloba Flower #AB8BCF

RGB

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

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

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

R = 33.08%
G = 26.89%
B = 40.04%

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

#AB8BCF (or 0xAB8BCF) is known color: Biloba Flower. HEX triplet: AB, 8B and CF. RGB value is (171,139,207). Sum of RGB (Red+Green+Blue) = 171+139+207=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB8BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8BCF is #547430. Grayscale: #9C9C9C. Windows color (decimal): -5534769 or 13601707. OLE color: 13601707.

HSL color Cylindrical-coordinate representation of color #AB8BCF: hue angle of 268.24º degrees, saturation: 0.41, 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 #AB8BCF is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 139 207 -
CMYK 0.17 0.33 0 0.19
HSL 268.24º 0.41% 0.68% -
HSV(B) 268.24º 0.33% 0.81% -
XYZ 37.29 31.63 63.17 -
YUV 156.32 156.6 138.47 -
System Red Green Blue C M Y K H S L
Decimal 171 139 207 0.17 0.33 0 0.19 268.24 0.41 0.68
Hex AB 8B CF 11 21 0 13 10C 29 44
Octal 253 213 317 21 41 0 23 414 51 104
Binary 10101011 10001011 11001111 10001 100001 0 10011 100001100 101001 1000100

Color Harmonies of #AB8BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8BCF

Black with #AB8BCF

Text Example


Text Example

White with #AB8BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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