Html Css Color HEX #A18CDE Biloba Flower

📋 copy color: '#A18CDE'

red 161 ◦ green 140 ◦ blue 222

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

Shades of Biloba Flower #A18CDE

Tints of Biloba Flower #A18CDE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.77%

 BLUE value IS 222 (87.11% from 255) = 42.45%

R = 30.78%
G = 26.77%
B = 42.45%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A18CDE (or 0xA18CDE) is known color: Biloba Flower. HEX triplet: A1, 8C and DE. RGB value is (161,140,222). Sum of RGB (Red+Green+Blue) = 161+140+222=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #A18CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18CDE is #5E7321. Grayscale: #9B9B9B. Windows color (decimal): -6189858 or 14584993. OLE color: 14584993.

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

Color convert

RGB 161 140 222 -
CMYK 0.27 0.37 0 0.13
HSL 255.37º 0.55% 0.71% -
HSV(B) 255.37º 0.37% 0.87% -
XYZ 37.26 31.61 73.24 -
YUV 155.63 165.46 131.83 -
System Red Green Blue C M Y K H S L
Decimal 161 140 222 0.27 0.37 0 0.13 255.37 0.55 0.71
Hex A1 8C DE 1B 25 0 D FF 37 47
Octal 241 214 336 33 45 0 15 377 67 107
Binary 10100001 10001100 11011110 11011 100101 0 1101 11111111 110111 1000111

Color Harmonies of #A18CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18CDE

Black with #A18CDE

Text Example


Text Example

White with #A18CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18CDE; }

 p { color: rgb(161,140,222); }

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

background-color css

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

 a { background-color: rgb(161,140,222); }

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

border-color css

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

 span { border-color: rgb(161,140,222); }

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