Html Css Color HEX #A89BC4 Biloba Flower

📋 copy color: '#A89BC4'

red 168 ◦ green 155 ◦ blue 196

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

Shades of Biloba Flower #A89BC4

Tints of Biloba Flower #A89BC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.76%

R = 32.37%
G = 29.87%
B = 37.76%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A89BC4 (or 0xA89BC4) is known color: Biloba Flower. HEX triplet: A8, 9B and C4. RGB value is (168,155,196). Sum of RGB (Red+Green+Blue) = 168+155+196=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 196 - color contains mainly: blue. Hex color #A89BC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89BC4 is #57643B. Grayscale: #A3A3A3. Windows color (decimal): -5727292 or 12884904. OLE color: 12884904.

HSL color Cylindrical-coordinate representation of color #A89BC4: hue angle of 259.02º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A89BC4 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 155 196 -
CMYK 0.14 0.21 0 0.23
HSL 259.02º 0.26% 0.69% -
HSV(B) 259.02º 0.21% 0.77% -
XYZ 37.83 35.75 57.13 -
YUV 163.56 146.31 131.17 -
System Red Green Blue C M Y K H S L
Decimal 168 155 196 0.14 0.21 0 0.23 259.02 0.26 0.69
Hex A8 9B C4 E 15 0 17 103 1A 45
Octal 250 233 304 16 25 0 27 403 32 105
Binary 10101000 10011011 11000100 1110 10101 0 10111 100000011 11010 1000101

Color Harmonies of #A89BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89BC4

Black with #A89BC4

Text Example


Text Example

White with #A89BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89BC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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