Html Css Color HEX #A89BC1 Biloba Flower

📋 copy color: '#A89BC1'

red 168 ◦ green 155 ◦ blue 193

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

Shades of Biloba Flower #A89BC1

Tints of Biloba Flower #A89BC1

RGB

 RED value IS 168 (66.02% from 255) = 32.56%

 GREEN value IS 155 (60.94% from 255) = 30.04%

 BLUE value IS 193 (75.78% from 255) = 37.4%

R = 32.56%
G = 30.04%
B = 37.4%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A89BC1 (or 0xA89BC1) is known color: Biloba Flower. HEX triplet: A8, 9B and C1. RGB value is (168,155,193). Sum of RGB (Red+Green+Blue) = 168+155+193=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 155 (60.94% from 255 or 30.04% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 193 - color contains mainly: blue. Hex color #A89BC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89BC1 is #57643E. Grayscale: #A3A3A3. Windows color (decimal): -5727295 or 12688296. OLE color: 12688296.

HSL color Cylindrical-coordinate representation of color #A89BC1: hue angle of 260.53º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A89BC1 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 155 193 -
CMYK 0.13 0.20 0 0.24
HSL 260.53º 0.23% 0.68% -
HSV(B) 260.53º 0.2% 0.76% -
XYZ 37.5 35.62 55.35 -
YUV 163.22 144.81 131.41 -
System Red Green Blue C M Y K H S L
Decimal 168 155 193 0.13 0.20 0 0.24 260.53 0.23 0.68
Hex A8 9B C1 D 14 0 18 105 17 44
Octal 250 233 301 15 24 0 30 405 27 104
Binary 10101000 10011011 11000001 1101 10100 0 11000 100000101 10111 1000100

Color Harmonies of #A89BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89BC1

Black with #A89BC1

Text Example


Text Example

White with #A89BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89BC1; }

 p { color: rgb(168,155,193); }

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

background-color css

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

 a { background-color: rgb(168,155,193); }

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

border-color css

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

 span { border-color: rgb(168,155,193); }

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