Html Css Color HEX #A18CED Biloba Flower

📋 copy color: '#A18CED'

red 161 ◦ green 140 ◦ blue 237

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

Shades of Biloba Flower #A18CED

Tints of Biloba Flower #A18CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.05%

R = 29.93%
G = 26.02%
B = 44.05%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A18CED (or 0xA18CED) is known color: Biloba Flower. HEX triplet: A1, 8C and ED. RGB value is (161,140,237). Sum of RGB (Red+Green+Blue) = 161+140+237=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #A18CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18CED is #5E7312. Grayscale: #9C9C9C. Windows color (decimal): -6189843 or 15568033. OLE color: 15568033.

HSL color Cylindrical-coordinate representation of color #A18CED: hue angle of 252.99º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A18CED is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 140 237 -
CMYK 0.32 0.41 0 0.07
HSL 252.99º 0.73% 0.74% -
HSV(B) 252.99º 0.41% 0.93% -
XYZ 39.36 32.45 84.31 -
YUV 157.34 172.96 130.61 -
System Red Green Blue C M Y K H S L
Decimal 161 140 237 0.32 0.41 0 0.07 252.99 0.73 0.74
Hex A1 8C ED 20 29 0 7 FD 49 4A
Octal 241 214 355 40 51 0 7 375 111 112
Binary 10100001 10001100 11101101 100000 101001 0 111 11111101 1001001 1001010

Color Harmonies of #A18CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18CED

Black with #A18CED

Text Example


Text Example

White with #A18CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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