Html Css Color HEX #A89BCA Biloba Flower

📋 copy color: '#A89BCA'

red 168 ◦ green 155 ◦ blue 202

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

Shades of Biloba Flower #A89BCA

Tints of Biloba Flower #A89BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.48%

R = 32%
G = 29.52%
B = 38.48%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A89BCA (or 0xA89BCA) is known color: Biloba Flower. HEX triplet: A8, 9B and CA. RGB value is (168,155,202). Sum of RGB (Red+Green+Blue) = 168+155+202=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #A89BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89BCA is #576435. Grayscale: #A4A4A4. Windows color (decimal): -5727286 or 13278120. OLE color: 13278120.

HSL color Cylindrical-coordinate representation of color #A89BCA: hue angle of 256.6º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A89BCA is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 155 202 -
CMYK 0.17 0.23 0 0.21
HSL 256.6º 0.31% 0.7% -
HSV(B) 256.6º 0.23% 0.79% -
XYZ 38.53 36.03 60.8 -
YUV 164.25 149.31 130.68 -
System Red Green Blue C M Y K H S L
Decimal 168 155 202 0.17 0.23 0 0.21 256.6 0.31 0.7
Hex A8 9B CA 11 17 0 15 101 1F 46
Octal 250 233 312 21 27 0 25 401 37 106
Binary 10101000 10011011 11001010 10001 10111 0 10101 100000001 11111 1000110

Color Harmonies of #A89BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89BCA

Black with #A89BCA

Text Example


Text Example

White with #A89BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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