Html Css Color HEX #A189DA Biloba Flower

📋 copy color: '#A189DA'

red 161 ◦ green 137 ◦ blue 218

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

Shades of Biloba Flower #A189DA

Tints of Biloba Flower #A189DA

RGB

 RED value IS 161 (63.28% from 255) = 31.2%

 GREEN value IS 137 (53.91% from 255) = 26.55%

 BLUE value IS 218 (85.55% from 255) = 42.25%

R = 31.2%
G = 26.55%
B = 42.25%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A189DA (or 0xA189DA) is known color: Biloba Flower. HEX triplet: A1, 89 and DA. RGB value is (161,137,218). Sum of RGB (Red+Green+Blue) = 161+137+218=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 137 (53.91% from 255 or 26.55% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #A189DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A189DA is #5E7625. Grayscale: #999999. Windows color (decimal): -6190630 or 14322081. OLE color: 14322081.

HSL color Cylindrical-coordinate representation of color #A189DA: hue angle of 257.78º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A189DA is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 137 218 -
CMYK 0.26 0.37 0 0.15
HSL 257.78º 0.52% 0.7% -
HSV(B) 257.78º 0.37% 0.85% -
XYZ 36.3 30.53 70.31 -
YUV 153.41 164.45 133.41 -
System Red Green Blue C M Y K H S L
Decimal 161 137 218 0.26 0.37 0 0.15 257.78 0.52 0.7
Hex A1 89 DA 1A 25 0 F 102 34 46
Octal 241 211 332 32 45 0 17 402 64 106
Binary 10100001 10001001 11011010 11010 100101 0 1111 100000010 110100 1000110

Color Harmonies of #A189DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A189DA

Black with #A189DA

Text Example


Text Example

White with #A189DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A189DA; }

 p { color: rgb(161,137,218); }

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

background-color css

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

 a { background-color: rgb(161,137,218); }

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

border-color css

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

 span { border-color: rgb(161,137,218); }

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