Html Css Color HEX #A188DA Biloba Flower

📋 copy color: '#A188DA'

red 161 ◦ green 136 ◦ blue 218

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

Shades of Biloba Flower #A188DA

Tints of Biloba Flower #A188DA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.41%

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

R = 31.26%
G = 26.41%
B = 42.33%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A188DA (or 0xA188DA) is known color: Biloba Flower. HEX triplet: A1, 88 and DA. RGB value is (161,136,218). Sum of RGB (Red+Green+Blue) = 161+136+218=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #A188DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A188DA is #5E7725. Grayscale: #989898. Windows color (decimal): -6190886 or 14321825. OLE color: 14321825.

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

Color convert

RGB 161 136 218 -
CMYK 0.26 0.38 0 0.15
HSL 258.29º 0.53% 0.69% -
HSV(B) 258.29º 0.38% 0.85% -
XYZ 36.16 30.25 70.26 -
YUV 152.82 164.78 133.83 -
System Red Green Blue C M Y K H S L
Decimal 161 136 218 0.26 0.38 0 0.15 258.29 0.53 0.69
Hex A1 88 DA 1A 26 0 F 102 35 45
Octal 241 210 332 32 46 0 17 402 65 105
Binary 10100001 10001000 11011010 11010 100110 0 1111 100000010 110101 1000101

Color Harmonies of #A188DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A188DA

Black with #A188DA

Text Example


Text Example

White with #A188DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A188DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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