Html Css Color HEX #A18CD2 Biloba Flower

📋 copy color: '#A18CD2'

red 161 ◦ green 140 ◦ blue 210

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

Shades of Biloba Flower #A18CD2

Tints of Biloba Flower #A18CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.1%

R = 31.51%
G = 27.4%
B = 41.1%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A18CD2 (or 0xA18CD2) is known color: Biloba Flower. HEX triplet: A1, 8C and D2. RGB value is (161,140,210). Sum of RGB (Red+Green+Blue) = 161+140+210=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 210 (82.42% from 255 or 41.10% from 511); Max value from RGB is 210 - color contains mainly: blue. Hex color #A18CD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18CD2 is #5E732D. Grayscale: #999999. Windows color (decimal): -6189870 or 13798561. OLE color: 13798561.

HSL color Cylindrical-coordinate representation of color #A18CD2: hue angle of 258º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A18CD2 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 140 210 -
CMYK 0.23 0.33 0 0.18
HSL 258º 0.44% 0.69% -
HSV(B) 258º 0.33% 0.82% -
XYZ 35.71 30.99 65.07 -
YUV 154.26 159.46 132.81 -
System Red Green Blue C M Y K H S L
Decimal 161 140 210 0.23 0.33 0 0.18 258 0.44 0.69
Hex A1 8C D2 17 21 0 12 102 2C 45
Octal 241 214 322 27 41 0 22 402 54 105
Binary 10100001 10001100 11010010 10111 100001 0 10010 100000010 101100 1000101

Color Harmonies of #A18CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18CD2

Black with #A18CD2

Text Example


Text Example

White with #A18CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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