Html Css Color HEX #A89BED Biloba Flower

📋 copy color: '#A89BED'

red 168 ◦ green 155 ◦ blue 237

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

Shades of Biloba Flower #A89BED

Tints of Biloba Flower #A89BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.32%

R = 30%
G = 27.68%
B = 42.32%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A89BED (or 0xA89BED) is known color: Biloba Flower. HEX triplet: A8, 9B and ED. RGB value is (168,155,237). Sum of RGB (Red+Green+Blue) = 168+155+237=560 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30% from 560); Green value is 155 (60.94% from 255 or 27.68% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #A89BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89BED is #576412. Grayscale: #A7A7A7. Windows color (decimal): -5727251 or 15571880. OLE color: 15571880.

HSL color Cylindrical-coordinate representation of color #A89BED: hue angle of 249.51º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A89BED is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 155 237 -
CMYK 0.29 0.35 0 0.07
HSL 249.51º 0.69% 0.77% -
HSV(B) 249.51º 0.35% 0.93% -
XYZ 43.16 37.88 85.16 -
YUV 168.24 166.81 127.83 -
System Red Green Blue C M Y K H S L
Decimal 168 155 237 0.29 0.35 0 0.07 249.51 0.69 0.77
Hex A8 9B ED 1D 23 0 7 FA 45 4D
Octal 250 233 355 35 43 0 7 372 105 115
Binary 10101000 10011011 11101101 11101 100011 0 111 11111010 1000101 1001101

Color Harmonies of #A89BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89BED

Black with #A89BED

Text Example


Text Example

White with #A89BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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