Html Css Color HEX #A18EDD Biloba Flower

📋 copy color: '#A18EDD'

red 161 ◦ green 142 ◦ blue 221

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

Shades of Biloba Flower #A18EDD

Tints of Biloba Flower #A18EDD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.1%

 BLUE value IS 221 (86.72% from 255) = 42.18%

R = 30.73%
G = 27.1%
B = 42.18%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A18EDD (or 0xA18EDD) is known color: Biloba Flower. HEX triplet: A1, 8E and DD. RGB value is (161,142,221). Sum of RGB (Red+Green+Blue) = 161+142+221=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #A18EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18EDD is #5E7122. Grayscale: #9C9C9C. Windows color (decimal): -6189347 or 14519969. OLE color: 14519969.

HSL color Cylindrical-coordinate representation of color #A18EDD: hue angle of 254.43º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A18EDD is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 142 221 -
CMYK 0.27 0.36 0 0.13
HSL 254.43º 0.54% 0.71% -
HSV(B) 254.43º 0.36% 0.87% -
XYZ 37.42 32.14 72.64 -
YUV 156.69 164.29 131.08 -
System Red Green Blue C M Y K H S L
Decimal 161 142 221 0.27 0.36 0 0.13 254.43 0.54 0.71
Hex A1 8E DD 1B 24 0 D FE 36 47
Octal 241 216 335 33 44 0 15 376 66 107
Binary 10100001 10001110 11011101 11011 100100 0 1101 11111110 110110 1000111

Color Harmonies of #A18EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18EDD

Black with #A18EDD

Text Example


Text Example

White with #A18EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18EDD; }

 p { color: rgb(161,142,221); }

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

background-color css

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

 a { background-color: rgb(161,142,221); }

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

border-color css

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

 span { border-color: rgb(161,142,221); }

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