Html Css Color HEX #A18CDF Biloba Flower

📋 copy color: '#A18CDF'

red 161 ◦ green 140 ◦ blue 223

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

Shades of Biloba Flower #A18CDF

Tints of Biloba Flower #A18CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.56%

R = 30.73%
G = 26.72%
B = 42.56%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A18CDF (or 0xA18CDF) is known color: Biloba Flower. HEX triplet: A1, 8C and DF. RGB value is (161,140,223). Sum of RGB (Red+Green+Blue) = 161+140+223=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #A18CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18CDF is #5E7320. Grayscale: #9B9B9B. Windows color (decimal): -6189857 or 14650529. OLE color: 14650529.

HSL color Cylindrical-coordinate representation of color #A18CDF: hue angle of 255.18º degrees, saturation: 0.56, 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 #A18CDF is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 140 223 -
CMYK 0.28 0.37 0 0.13
HSL 255.18º 0.56% 0.71% -
HSV(B) 255.18º 0.37% 0.87% -
XYZ 37.4 31.66 73.95 -
YUV 155.74 165.96 131.75 -
System Red Green Blue C M Y K H S L
Decimal 161 140 223 0.28 0.37 0 0.13 255.18 0.56 0.71
Hex A1 8C DF 1C 25 0 D FF 38 47
Octal 241 214 337 34 45 0 15 377 70 107
Binary 10100001 10001100 11011111 11100 100101 0 1101 11111111 111000 1000111

Color Harmonies of #A18CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18CDF

Black with #A18CDF

Text Example


Text Example

White with #A18CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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