Html Css Color HEX #A89BC7 Biloba Flower

📋 copy color: '#A89BC7'

red 168 ◦ green 155 ◦ blue 199

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

Shades of Biloba Flower #A89BC7

Tints of Biloba Flower #A89BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.12%

R = 32.18%
G = 29.69%
B = 38.12%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A89BC7 (or 0xA89BC7) is known color: Biloba Flower. HEX triplet: A8, 9B and C7. RGB value is (168,155,199). Sum of RGB (Red+Green+Blue) = 168+155+199=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 199 (78.12% from 255 or 38.12% from 522); Max value from RGB is 199 - color contains mainly: blue. Hex color #A89BC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89BC7 is #576438. Grayscale: #A3A3A3. Windows color (decimal): -5727289 or 13081512. OLE color: 13081512.

HSL color Cylindrical-coordinate representation of color #A89BC7: hue angle of 257.73º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A89BC7 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 155 199 -
CMYK 0.16 0.22 0 0.22
HSL 257.73º 0.28% 0.69% -
HSV(B) 257.73º 0.22% 0.78% -
XYZ 38.18 35.89 58.95 -
YUV 163.9 147.81 130.92 -
System Red Green Blue C M Y K H S L
Decimal 168 155 199 0.16 0.22 0 0.22 257.73 0.28 0.69
Hex A8 9B C7 10 16 0 16 102 1C 45
Octal 250 233 307 20 26 0 26 402 34 105
Binary 10101000 10011011 11000111 10000 10110 0 10110 100000010 11100 1000101

Color Harmonies of #A89BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89BC7

Black with #A89BC7

Text Example


Text Example

White with #A89BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89BC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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